diff options
Diffstat (limited to '')
| -rw-r--r-- | src/pedro/pedroconfig.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pedro/pedroconfig.cpp b/src/pedro/pedroconfig.cpp index 08b9cd17b..250674477 100644 --- a/src/pedro/pedroconfig.cpp +++ b/src/pedro/pedroconfig.cpp @@ -49,6 +49,9 @@ We are expecting an xml file with this format: #include "pedrodom.h" #include <stdio.h> +#include <cstring> +#include <string> +#include <cstdlib> #include <stdlib.h> #include <string.h> |
