summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-25 18:06:53 +0000
committerChris Lattner <sabre@nondot.org>2003-07-25 18:06:53 +0000
commit2e99791a1ed49f11a2825a9a7590742e1ddc110a (patch)
tree0f340ae9030cbd1270f2dcc8f02fc415f1c99ade /include
parenta7313078ae0d13024c9261c7d7dae45f5a998bc8 (diff)
downloadllvm-2e99791a1ed49f11a2825a9a7590742e1ddc110a.tar.gz
llvm-2e99791a1ed49f11a2825a9a7590742e1ddc110a.tar.bz2
llvm-2e99791a1ed49f11a2825a9a7590742e1ddc110a.tar.xz
More cassert inclusion for GCC 3.3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h
index 0435df9e44..86e36854db 100644
--- a/include/llvm/ExecutionEngine/ExecutionEngine.h
+++ b/include/llvm/ExecutionEngine/ExecutionEngine.h
@@ -11,6 +11,7 @@
#include <vector>
#include <string>
#include <map>
+#include <cassert>
class Constant;
class Type;
class GlobalValue;