summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
Diffstat (limited to 'swig')
-rw-r--r--swig/plist.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/swig/plist.i b/swig/plist.i
index 2458f39..172a330 100644
--- a/swig/plist.i
+++ b/swig/plist.i
@@ -4,6 +4,7 @@
4 %{ 4 %{
5 /* Includes the header in the wrapper code */ 5 /* Includes the header in the wrapper code */
6 #include <plist/plist++.h> 6 #include <plist/plist++.h>
7 #include <cstddef>
7 %} 8 %}
8 9
9%include "std_string.i" 10%include "std_string.i"