[Lldb-commits] [lldb] r179711 - Add missing include

Daniel Malea daniel.malea at intel.com
Wed Apr 17 12:26:52 PDT 2013


Author: dmalea
Date: Wed Apr 17 14:26:52 2013
New Revision: 179711

URL: http://llvm.org/viewvc/llvm-project?rev=179711&view=rev
Log:
Add missing include


Modified:
    lldb/trunk/include/lldb/Expression/IRExecutionUnit.h

Modified: lldb/trunk/include/lldb/Expression/IRExecutionUnit.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRExecutionUnit.h?rev=179711&r1=179710&r2=179711&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRExecutionUnit.h (original)
+++ lldb/trunk/include/lldb/Expression/IRExecutionUnit.h Wed Apr 17 14:26:52 2013
@@ -18,6 +18,8 @@
 #include <map>
 
 // Other libraries and framework includes
+#include "llvm/IR/Module.h"
+
 // Project includes
 #include "lldb/lldb-forward.h"
 #include "lldb/lldb-private.h"





More information about the lldb-commits mailing list