diff options
| author | Adib Taraben <theadib@gmail.com> | 2011-02-27 20:48:16 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2011-02-27 20:48:16 +0000 |
| commit | 76ad5cbf7bbdd4272b2d49387fdc10ca808767d7 (patch) | |
| tree | 8402ccf23ed6b123fc24c49b7e33898e3919a6e3 /src/ui/tool/node-tool.h | |
| parent | Tutorials. Japanese tutorials update by Masato HASHIMOTO. (diff) | |
| download | inkscape-76ad5cbf7bbdd4272b2d49387fdc10ca808767d7.tar.gz inkscape-76ad5cbf7bbdd4272b2d49387fdc10ca808767d7.zip | |
compatibility patch to compile using gcc 4.6
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10070.1.1)
Diffstat (limited to 'src/ui/tool/node-tool.h')
| -rw-r--r-- | src/ui/tool/node-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h index bcf6a8d5e..d005a0bdf 100644 --- a/src/ui/tool/node-tool.h +++ b/src/ui/tool/node-tool.h @@ -14,6 +14,7 @@ #include <memory> #include <boost/ptr_container/ptr_map.hpp> #include <glib.h> +#include <stddef.h> #include <sigc++/sigc++.h> #include "event-context.h" #include "forward.h" |
