diff options
Diffstat (limited to 'src/dom/svgimpl.cpp')
| -rw-r--r-- | src/dom/svgimpl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cstring> +using std::strcmp; /** * This is the .cpp side of the SVG implementations classes. Note that many |
