Fix the build by adding a #include.

llvm-svn: 53388
This commit is contained in:
Owen Anderson 2008-07-10 01:44:27 +00:00
parent 6d7c5fa8dc
commit bb9849b7b6

View File

@ -32,6 +32,7 @@
#include "llvm/Support/MathExtras.h"
#include <cctype>
#include <cstring>
#include <map>
using namespace llvm;
STATISTIC(EmittedInsts, "Number of machine instrs printed");