Skip to content

Commit 5269091

Browse files
committed
[clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type
llvm-svn: 373400
1 parent a77c3ef commit 5269091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGOpenMPRuntime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include "CGValue.h"
1717
#include "clang/AST/DeclOpenMP.h"
18+
#include "clang/AST/GlobalDecl.h"
1819
#include "clang/AST/Type.h"
1920
#include "clang/Basic/OpenMPKinds.h"
2021
#include "clang/Basic/SourceLocation.h"
@@ -36,7 +37,6 @@ class Value;
3637

3738
namespace clang {
3839
class Expr;
39-
class GlobalDecl;
4040
class OMPDependClause;
4141
class OMPExecutableDirective;
4242
class OMPLoopDirective;

0 commit comments

Comments
 (0)