diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-11-12 22:07:48 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-11-12 22:07:48 +0000 |
| commit | ab423632c0e41eaacd513ae874640bc32a335c11 (patch) | |
| tree | b9ab1126884170751cad59ebdacf8e3116a4ebfb /src/trace/siox.cpp | |
| parent | fix type. note that a real fix should get rid of all the macros like SVG_ZOOM... (diff) | |
| download | inkscape-ab423632c0e41eaacd513ae874640bc32a335c11.tar.gz inkscape-ab423632c0e41eaacd513ae874640bc32a335c11.zip | |
part of patch by David Evans to fix C++11 build
Fixed bugs:
- https://launchpad.net/bugs/1244295
(bzr r12801)
Diffstat (limited to 'src/trace/siox.cpp')
| -rw-r--r-- | src/trace/siox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace/siox.cpp b/src/trace/siox.cpp index 92992d440..0706cfed1 100644 --- a/src/trace/siox.cpp +++ b/src/trace/siox.cpp @@ -11,6 +11,7 @@ #include <stdarg.h> #include <map> #include <algorithm> +#include <cstdlib> namespace org |
