Fix build error.

include/llvm/ADT/APInt.h:326: error: ‘assert’ was not declared in this scope

llvm-svn: 34002
This commit is contained in:
Lauro Ramos Venancio 2007-02-07 16:59:17 +00:00
parent 5f5823c641
commit 30734ef2e7

View File

@ -16,6 +16,7 @@
#define LLVM_APINT_H
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <string>
namespace llvm {