From 0862556f1e79f6055435499d86f4c2b3464d2adc Mon Sep 17 00:00:00 2001 From: Lucas Baudin Date: Mon, 24 Oct 2011 14:23:18 +0200 Subject: gtk3: add to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn't like to have 'NULL' in plan C++ without this include --- vcl/inc/vcl/sysdata.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/inc/vcl/sysdata.hxx b/vcl/inc/vcl/sysdata.hxx index 59a174d136b2..4e4e71f2ac4b 100644 --- a/vcl/inc/vcl/sysdata.hxx +++ b/vcl/inc/vcl/sysdata.hxx @@ -30,6 +30,7 @@ #define _SV_SYSDATA_HXX #include +#include #ifdef QUARTZ // predeclare the native classes to avoid header/include problems -- cgit