summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path-reference.h
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2011-02-27 20:49:32 +0000
committertheAdib <theadib@gmail.com>2011-02-27 20:49:32 +0000
commitb81115634fc9aa8b80ddf3f463391e6e9e5bff04 (patch)
tree8402ccf23ed6b123fc24c49b7e33898e3919a6e3 /src/live_effects/parameter/path-reference.h
parentTutorials. Japanese tutorials update by Masato HASHIMOTO. (diff)
parentcompatibility patch to compile using gcc 4.6 (diff)
downloadinkscape-b81115634fc9aa8b80ddf3f463391e6e9e5bff04.tar.gz
inkscape-b81115634fc9aa8b80ddf3f463391e6e9e5bff04.zip
compatibility patch to compile using gcc 4.6
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10071)
Diffstat (limited to 'src/live_effects/parameter/path-reference.h')
-rw-r--r--src/live_effects/parameter/path-reference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/path-reference.h b/src/live_effects/parameter/path-reference.h
index 3bedecccb..26fce952a 100644
--- a/src/live_effects/parameter/path-reference.h
+++ b/src/live_effects/parameter/path-reference.h
@@ -13,6 +13,7 @@
#include <forward.h>
#include "sp-item.h"
#include <uri-references.h>
+#include <stddef.h>
#include <sigc++/sigc++.h>
class Path;