From e135cdfaf92fabceffbedc42d4fe829898aa3f0e Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Mon, 3 Mar 2014 22:25:31 +0000 Subject: [PATCH] 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 --- include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.50.1