diff options
Diffstat (limited to 'src/strutils.cpp')
| -rw-r--r-- | src/strutils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strutils.cpp b/src/strutils.cpp index 6e6a22c..3cbf740 100644 --- a/src/strutils.cpp +++ b/src/strutils.cpp @@ -26,6 +26,9 @@ * Date Author Modification * ********************************************************************************/ +#include <cstring> +#include <string> + const std::string whiteSpaces( " \f\n\r\t\v" ); /************************************************************* |
