]> granicus.if.org Git - clang/commitdiff
Add missing include. This fixes the build with gcc 4.3.3.
authorTorok Edwin <edwintorok@gmail.com>
Sun, 26 Apr 2009 07:50:14 +0000 (07:50 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Sun, 26 Apr 2009 07:50:14 +0000 (07:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70115 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index 04a4b228f727eac2ea9cd57ea6c6fe76028ad6c4..eb26577cd8990e2de4061ad1b765152ce7287022 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_BASIC_TARGETINFO_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cassert>
 #include <vector>
 #include <string>