r202765 - Include <tuple> to speculatively try to fix VS2013 build after r202755

Hans Wennborg hans at hanshq.net
Mon Mar 3 14:25:31 PST 2014


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 {





More information about the cfe-commits mailing list