Made lldb.swig include <string>, which it requires.
authorSean Callanan <scallanan@apple.com>
Thu, 9 Aug 2012 00:53:54 +0000 (00:53 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 9 Aug 2012 00:53:54 +0000 (00:53 +0000)
llvm-svn: 161560

lldb/scripts/lldb.swig

index 98de4ff..c9a6b9c 100644 (file)
@@ -44,6 +44,11 @@ import os
 %}
 %include "./Python/python-typemaps.swig"
 
+/* C++ headers to be included. */
+%{
+#include <string>
+%}
+
 /* The liblldb header files to be included. */
 %{
 #include "lldb/lldb-public.h"