[cfe-commits] r70115 - /cfe/trunk/include/clang/Basic/TargetInfo.h

Torok Edwin edwintorok at gmail.com
Sun Apr 26 00:50:27 PDT 2009


Author: edwin
Date: Sun Apr 26 02:50:14 2009
New Revision: 70115

URL: http://llvm.org/viewvc/llvm-project?rev=70115&view=rev
Log:
Add missing include. This fixes the build with gcc 4.3.3.

Modified:
    cfe/trunk/include/clang/Basic/TargetInfo.h

Modified: cfe/trunk/include/clang/Basic/TargetInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TargetInfo.h?rev=70115&r1=70114&r2=70115&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/TargetInfo.h (original)
+++ cfe/trunk/include/clang/Basic/TargetInfo.h Sun Apr 26 02:50:14 2009
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_BASIC_TARGETINFO_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cassert>
 #include <vector>
 #include <string>
 





More information about the cfe-commits mailing list