Skip to content

Commit

Permalink
[clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class …
Browse files Browse the repository at this point in the history
…type

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373400 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rupprecht committed Oct 1, 2019
1 parent 0a08067 commit 53f33d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/CGOpenMPRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -36,7 +37,6 @@ class Value;

namespace clang {
class Expr;
class GlobalDecl;
class OMPDependClause;
class OMPExecutableDirective;
class OMPLoopDirective;
Expand Down

0 comments on commit 53f33d5

Please sign in to comment.