mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Add missing include, found by modules build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12da0f2bcd
commit
e434cc2a4d
@ -10,6 +10,8 @@
|
||||
#ifndef LLVM_OPTION_OPTSPECIFIER_H
|
||||
#define LLVM_OPTION_OPTSPECIFIER_H
|
||||
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
namespace llvm {
|
||||
namespace opt {
|
||||
class Option;
|
||||
|
Loading…
Reference in New Issue
Block a user