Commit 55530ad3 authored by Matthias Klose's avatar Matthias Klose Committed by Nikias Bassen

Add missing include <cstddef> to fix FTBFS with GCC 4.6

parent fde488d1
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
%{ %{
/* Includes the header in the wrapper code */ /* Includes the header in the wrapper code */
#include <plist/plist++.h> #include <plist/plist++.h>
#include <cstddef>
%} %}
%include "std_string.i" %include "std_string.i"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment