Add #include for older GCC's

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-08 06:43:57 +00:00
parent e32487ebff
commit 08d5e1f718

View File

@ -12,6 +12,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Function.h"
#include "Support/Statistic.h"
#include <stdio.h>
static VM *TheVM = 0;