Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-11-17 13:07:55 +00:00
parent a089d4430d
commit 5f64a16869

View File

@ -24,6 +24,7 @@
#include "llvm/Config/config.h"
#include <fstream>
#include <sstream>
#include <iostream>
using namespace llvm;
namespace llvm {