From: Hans Wennborg Date: Mon, 3 Mar 2014 22:25:31 +0000 (+0000) Subject: Include to speculatively try to fix VS2013 build after r202755 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e135cdfaf92fabceffbedc42d4fe829898aa3f0e;p=clang Include to speculatively try to fix VS2013 build after r202755 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202765 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h b/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h index 9356452f14..37be69aaba 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h @@ -11,6 +11,7 @@ #define LLVM_CLANG_SA_CORE_APSINTTYPE_H #include "llvm/ADT/APSInt.h" +#include namespace clang { namespace ento {