diff options
| -rw-r--r-- | swig/plist.i | 1 | 
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 @@   %{   /* Includes the header in the wrapper code */   #include <plist/plist++.h> + #include <cstddef>   %}  %include "std_string.i" | 
