mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
Made lldb.swig include <string>, which it requires.
llvm-svn: 161560
This commit is contained in:
parent
9a028519e8
commit
ecb20887d8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user