Add the #include here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-08-25 21:09:50 +00:00
parent 67e7ba8fc2
commit 533534a295

View File

@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/Support/DataTypes.h"
#include <cctype>
#include <cstring>
using namespace llvm;