add #include

llvm-svn: 55257
This commit is contained in:
Chris Lattner
2008-08-23 21:33:24 +00:00
parent 4f177f803a
commit 339c3cae0c

View File

@@ -23,6 +23,7 @@
#include "llvm/TypeSymbolTable.h"
#include "llvm/ValueSymbolTable.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Streams.h"
#include "llvm/System/Program.h"
using namespace llvm;