forked from OSchip/llvm-project
[clang][sema] NFC, include DarwinSDKInfo header instead of using the forward reference
This fixes a build issue with an older libc++ on some bots: clang-cmake-x86_64-avx2-linux and clang-ppc64be-linux
This commit is contained in:
parent
a397c1c82f
commit
9643d11e1d
|
@ -37,6 +37,7 @@
|
|||
#include "clang/AST/TypeOrdering.h"
|
||||
#include "clang/Basic/BitmaskEnum.h"
|
||||
#include "clang/Basic/Builtins.h"
|
||||
#include "clang/Basic/DarwinSDKInfo.h"
|
||||
#include "clang/Basic/ExpressionTraits.h"
|
||||
#include "clang/Basic/Module.h"
|
||||
#include "clang/Basic/OpenCLOptions.h"
|
||||
|
@ -115,7 +116,6 @@ namespace clang {
|
|||
class CodeCompletionTUInfo;
|
||||
class CodeCompletionResult;
|
||||
class CoroutineBodyStmt;
|
||||
class DarwinSDKInfo;
|
||||
class Decl;
|
||||
class DeclAccessPair;
|
||||
class DeclContext;
|
||||
|
|
Loading…
Reference in New Issue