Fix build error.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 7 Feb 2007 16:59:17 +0000 (16:59 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 7 Feb 2007 16:59:17 +0000 (16:59 +0000)
include/llvm/ADT/APInt.h:326: error: Ã¢\80\98assertâ\80\99 was not declared in this scope

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34002 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index 74667e7ad3843a26840037c2faacc2abcd3f56cf..62a33d5320a860dfffc2d1b5606977b89ad0d5e3 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_APINT_H
 
 #include "llvm/Support/DataTypes.h"
+#include <cassert>
 #include <string>
 
 namespace llvm {