summaryrefslogtreecommitdiff
path: root/src/pugixpath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugixpath.cpp')
-rw-r--r--src/pugixpath.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pugixpath.cpp b/src/pugixpath.cpp
index 89d021a..310cac6 100644
--- a/src/pugixpath.cpp
+++ b/src/pugixpath.cpp
@@ -17,12 +17,13 @@
#include <algorithm>
-#include <cassert>
+#include <assert.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <ctype.h>
+#include <string.h>
#if defined(_MSC_VER)
# pragma warning(disable: 4127) // conditional expression is constant