Author: hans
Date: Mon Mar  3 16:25:31 2014
New Revision: 202765

URL: http://llvm.org/viewvc/llvm-project?rev=202765&view=rev
Log:
Include <tuple> to speculatively try to fix VS2013 build after r202755

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h?rev=202765&r1=202764&r2=202765&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h 
(original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h Mon 
Mar  3 16:25:31 2014
@@ -11,6 +11,7 @@
 #define LLVM_CLANG_SA_CORE_APSINTTYPE_H
 
 #include "llvm/ADT/APSInt.h"
+#include <tuple>
 
 namespace clang {
 namespace ento {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to