From: Benjamin Kramer Date: Thu, 15 Sep 2011 22:26:16 +0000 (+0000) Subject: Unbreak the build for compilers that don't include cstdint everywhere. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c9935f378e5c593094e2bb3c8406256cd8f030d0;p=oota-llvm.git Unbreak the build for compilers that don't include cstdint everywhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139868 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 152d90ad353..b0d3e015ec1 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -16,6 +16,7 @@ #define LLVM_DEBUGINFO_DICONTEXT_H #include "llvm/ADT/StringRef.h" +#include "llvm/Support/DataTypes.h" namespace llvm {