[llvm-commits] [llvm] r139868 - /llvm/trunk/include/llvm/DebugInfo/DIContext.h

Benjamin Kramer benny.kra at googlemail.com
Thu Sep 15 15:26:16 PDT 2011


Author: d0k
Date: Thu Sep 15 17:26:16 2011
New Revision: 139868

URL: http://llvm.org/viewvc/llvm-project?rev=139868&view=rev
Log:
Unbreak the build for compilers that don't include cstdint everywhere.

Modified:
    llvm/trunk/include/llvm/DebugInfo/DIContext.h

Modified: llvm/trunk/include/llvm/DebugInfo/DIContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DIContext.h?rev=139868&r1=139867&r2=139868&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DIContext.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DIContext.h Thu Sep 15 17:26:16 2011
@@ -16,6 +16,7 @@
 #define LLVM_DEBUGINFO_DICONTEXT_H
 
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
 





More information about the llvm-commits mailing list