diff options
Diffstat (limited to 'src/utils/xml')
-rw-r--r-- | src/utils/xml/libxml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/xml/libxml.h b/src/utils/xml/libxml.h index e808bc3e2..ca8c99639 100644 --- a/src/utils/xml/libxml.h +++ b/src/utils/xml/libxml.h @@ -32,7 +32,9 @@ #include "utils/xml/libxml.inc" +#ifndef _GLIBCXX_STRING #include <string> +#endif // _GLIBCXX_STRING #include "localconsts.h" |