diff options
Diffstat (limited to 'tdecore/tests/kstringhandlertest.cpp')
-rw-r--r-- | tdecore/tests/kstringhandlertest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tests/kstringhandlertest.cpp b/tdecore/tests/kstringhandlertest.cpp index 2efdc96fc..e98dd5d5c 100644 --- a/tdecore/tests/kstringhandlertest.cpp +++ b/tdecore/tests/kstringhandlertest.cpp @@ -1,5 +1,6 @@ #include "kstringhandler.h" #include <iostream> +#include <cstdlib> using std::cout; using std::endl; |