From c9935f378e5c593094e2bb3c8406256cd8f030d0 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 15 Sep 2011 22:26:16 +0000 Subject: [PATCH] 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 --- include/llvm/DebugInfo/DIContext.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.34.1