summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2011-05-04 20:45:08 +0000
committertheAdib <theadib@gmail.com>2011-05-04 20:45:08 +0000
commit58889caa38b152f64fa2968a121edbce44971838 (patch)
tree176cdeb801b1e8b0dc26c7823dd80a31570bc2c5 /src
parentFix crashes on empty marker definitions. (diff)
downloadinkscape-58889caa38b152f64fa2968a121edbce44971838.tar.gz
inkscape-58889caa38b152f64fa2968a121edbce44971838.zip
more 63734242, missing fraction of patch for gcc 4.6 compatibility
(bzr r10196)
Diffstat (limited to 'src')
-rw-r--r--src/2geom/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/utils.h b/src/2geom/utils.h
index ecd1b7283..e90a4623b 100644
--- a/src/2geom/utils.h
+++ b/src/2geom/utils.h
@@ -33,6 +33,7 @@
*
*/
+#include <cstddef>
#include <vector>
namespace Geom {