diff options
author | Lucas Baudin <xapantu@gmail.com> | 2011-10-24 14:23:18 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:59 +0100 |
commit | 0862556f1e79f6055435499d86f4c2b3464d2adc (patch) | |
tree | 9a72a6bf4f3ece0b6491f1df2a38055256eb32c3 /vcl | |
parent | 9d0f5c8a0cacc7b109bc9aa7684a336b4b24221d (diff) |
gtk3: add <cstddef> 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
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/sysdata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <vector> +#include <cstddef> #ifdef QUARTZ // predeclare the native classes to avoid header/include problems |