From: Benjamin Kramer Date: Sun, 11 May 2014 16:03:08 +0000 (+0000) Subject: Another try at making MSVC happy again. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e62085c7e21c42894de0fde3c4fdb83b6b935d70;p=clang Another try at making MSVC happy again. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208497 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Diagnostic.h b/include/clang/Basic/Diagnostic.h index ebc044ce88..1e2e5e06b0 100644 --- a/include/clang/Basic/Diagnostic.h +++ b/include/clang/Basic/Diagnostic.h @@ -16,6 +16,7 @@ #define LLVM_CLANG_DIAGNOSTIC_H #include "clang/Basic/DiagnosticIDs.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/SourceLocation.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" @@ -32,7 +33,6 @@ namespace clang { class DiagnosticOptions; class IdentifierInfo; class LangOptions; - enum OverloadsShown : unsigned; class Preprocessor; class StoredDiagnostic; namespace tok {