Author: gclayton
Date: Fri May 29 13:28:01 2015
New Revision: 238590

URL: http://llvm.org/viewvc/llvm-project?rev=238590&view=rev
Log:
Unbreak mac build.


Modified:
    lldb/trunk/source/Interpreter/PythonDataObjects.cpp

Modified: lldb/trunk/source/Interpreter/PythonDataObjects.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/PythonDataObjects.cpp?rev=238590&r1=238589&r2=238590&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/PythonDataObjects.cpp (original)
+++ lldb/trunk/source/Interpreter/PythonDataObjects.cpp Fri May 29 13:28:01 2015
@@ -15,6 +15,8 @@
 
 #else
 
+#include "lldb/lldb-python.h"
+
 #include <stdio.h>
 
 #include "lldb/Core/Stream.h"


_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to