Unbreak C++ build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2007-03-12 17:57:00 +00:00
parent c4558fde76
commit 2b7d7b57ae

View File

@ -24,6 +24,7 @@
#include "llvm/Support/MutexGuard.h"
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Target/TargetData.h"
#include <math.h>
using namespace llvm;
STATISTIC(NumInitBytes, "Number of bytes of global vars initialized");