Unbreak the build for compilers that don't include cstdint everywhere.

llvm-svn: 139868
This commit is contained in:
Benjamin Kramer 2011-09-15 22:26:16 +00:00
parent f436eea584
commit 7215c58744
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#define LLVM_DEBUGINFO_DICONTEXT_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {