From 55530ad32f1ef658b48764bca1fac6ca3a58d797 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 13 Jun 2011 17:12:35 +0200 Subject: Add missing include to fix FTBFS with GCC 4.6 --- swig/plist.i | 1 + 1 file changed, 1 insertion(+) 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 + #include %} %include "std_string.i" -- cgit v1.1-32-gdbae