1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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 68e3ea237e
commit d8bbe6cceb

View File

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