[clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type

llvm-svn: 373400
This commit is contained in:
Jordan Rupprecht 2019-10-01 22:30:10 +00:00
parent a77c3ef03c
commit 5269091dc7
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@
#include "CGValue.h"
#include "clang/AST/DeclOpenMP.h"
#include "clang/AST/GlobalDecl.h"
#include "clang/AST/Type.h"
#include "clang/Basic/OpenMPKinds.h"
#include "clang/Basic/SourceLocation.h"
@ -36,7 +37,6 @@ class Value;
namespace clang {
class Expr;
class GlobalDecl;
class OMPDependClause;
class OMPExecutableDirective;
class OMPLoopDirective;