From: Jordan Rupprecht Date: Tue, 1 Oct 2019 22:30:10 +0000 (+0000) Subject: [clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53f33d5a65634617bf4e01616567073b998c2a45;p=clang [clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373400 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index 032cb23f20..b8137a20d0 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -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;