[llvm-commits] [llvm] r113773 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Owen Anderson resistor at mac.com
Mon Sep 13 12:47:32 PDT 2010


Author: resistor
Date: Mon Sep 13 14:47:32 2010
New Revision: 113773

URL: http://llvm.org/viewvc/llvm-project?rev=113773&view=rev
Log:
Attempt to fix the Linux build.

Modified:
    llvm/trunk/include/llvm/CodeGen/AsmPrinter.h

Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmPrinter.h?rev=113773&r1=113772&r2=113773&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
+++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Mon Sep 13 14:47:32 2010
@@ -18,6 +18,7 @@
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Support/DebugLoc.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
   class BlockAddress;





More information about the llvm-commits mailing list