Kaydet (Commit) 0862556f authored tarafından Lucas Baudin's avatar Lucas Baudin Kaydeden (comit) Michael Meeks

gtk3: add <cstddef> to vcl/inc/vcl/sysdata.hxx, it seems that g++ 4.6.1 doesn't…

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
üst 9d0f5c8a
......@@ -30,6 +30,7 @@
#define _SV_SYSDATA_HXX
#include <vector>
#include <cstddef>
#ifdef QUARTZ
// predeclare the native classes to avoid header/include problems
......
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