Made lldb.swig include <string>, which it requires.

llvm-svn: 161560
This commit is contained in:
Sean Callanan 2012-08-09 00:53:54 +00:00
parent 9a028519e8
commit ecb20887d8

View 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"