mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-26 18:20:39 +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:
@@ -10,6 +10,8 @@
|
|||||||
#ifndef LLVM_OPTION_OPTSPECIFIER_H
|
#ifndef LLVM_OPTION_OPTSPECIFIER_H
|
||||||
#define LLVM_OPTION_OPTSPECIFIER_H
|
#define LLVM_OPTION_OPTSPECIFIER_H
|
||||||
|
|
||||||
|
#include "llvm/Support/Compiler.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace opt {
|
namespace opt {
|
||||||
class Option;
|
class Option;
|
||||||
|
|||||||
Reference in New Issue
Block a user