diff options
author | Chris Lattner <sabre@nondot.org> | 2003-07-25 18:06:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-07-25 18:06:53 +0000 |
commit | 2e99791a1ed49f11a2825a9a7590742e1ddc110a (patch) | |
tree | 0f340ae9030cbd1270f2dcc8f02fc415f1c99ade /include/llvm/ExecutionEngine/ExecutionEngine.h | |
parent | a7313078ae0d13024c9261c7d7dae45f5a998bc8 (diff) |
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/llvm/ExecutionEngine/ExecutionEngine.h')
-rw-r--r-- | include/llvm/ExecutionEngine/ExecutionEngine.h | 1 |
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; |