diff options
Diffstat (limited to 'src/xml/simple-node.cpp')
| -rw-r--r-- | src/xml/simple-node.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index d38e14b3f..084547a59 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -15,7 +15,10 @@ * */ +#include <cstring> +#include <string> #include <glib/gstrfuncs.h> + #include "xml/simple-node.h" #include "xml/node-event-vector.h" #include "xml/node-fns.h" |
