From: Lauro Ramos Venancio Date: Wed, 7 Feb 2007 16:59:17 +0000 (+0000) Subject: Fix build error. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=58a0d64fae7ace05b27dad94fd427991d853619b;p=oota-llvm.git Fix build error. include/llvm/ADT/APInt.h:326: error: ‘assert’ was not declared in this scope git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34002 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/APInt.h b/include/llvm/ADT/APInt.h index 74667e7ad38..62a33d5320a 100644 --- a/include/llvm/ADT/APInt.h +++ b/include/llvm/ADT/APInt.h @@ -16,6 +16,7 @@ #define LLVM_APINT_H #include "llvm/Support/DataTypes.h" +#include #include namespace llvm {