From 2dfebc67705273fa4fbd319a9bccbd9b43cead12 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Thu, 5 Jun 2008 06:28:20 +0000 Subject: fix compile with g++-4.3. (bzr r5810) --- src/dom/svgimpl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dom/svgimpl.cpp') diff --git a/src/dom/svgimpl.cpp b/src/dom/svgimpl.cpp index 6b2a7fe70..cc73bd6f6 100644 --- a/src/dom/svgimpl.cpp +++ b/src/dom/svgimpl.cpp @@ -28,6 +28,8 @@ */ #include "svgimpl.h" +#include +using std::strcmp; /** * This is the .cpp side of the SVG implementations classes. Note that many -- cgit v1.2.3