From 9e4e6d12903c67e390558f2b467d9d4765dd1083 Mon Sep 17 00:00:00 2001 From: ponchio Date: Tue, 1 Sep 2009 10:35:49 +0000 Subject: [PATCH] stdlib include missing --- wrap/system/qgetopt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wrap/system/qgetopt.cpp b/wrap/system/qgetopt.cpp index faa578e5..48b36eea 100644 --- a/wrap/system/qgetopt.cpp +++ b/wrap/system/qgetopt.cpp @@ -21,6 +21,7 @@ * * ****************************************************************************/ +#include #include #include #include "qgetopt.h"