summaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-11-12 22:07:48 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-11-12 22:07:48 +0000
commitab423632c0e41eaacd513ae874640bc32a335c11 (patch)
treeb9ab1126884170751cad59ebdacf8e3116a4ebfb /src/trace
parentfix type. note that a real fix should get rid of all the macros like SVG_ZOOM... (diff)
downloadinkscape-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')
-rw-r--r--src/trace/siox.cpp1
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