From 58a0d64fae7ace05b27dad94fd427991d853619b Mon Sep 17 00:00:00 2001 From: Lauro Ramos Venancio Date: Wed, 7 Feb 2007 16:59:17 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20build=20error.=20include/llvm/ADT/APInt.h?= =?UTF-8?q?:326:=20error:=20=C3=A2=C2=80=C2=98assert=C3=A2=C2=80=C2=99=20w?= =?UTF-8?q?as=20not=20declared=20in=20this=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34002 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/APInt.h | 1 + 1 file changed, 1 insertion(+) 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 {