summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/dataprotocoltest.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2016-12-21 01:09:27 +0300
committerSlávek Banko <[email protected]>2017-01-29 02:48:50 +0100
commit86921d65c5c218a2c721d905a93885cf2fe9b7b7 (patch)
tree617bb19f28f8fbff084e9d58ada0e037edb861e1 /tdeio/tests/dataprotocoltest.cpp
parentde48b4a218391da82d8bb725e5b8cb3038155065 (diff)
downloadtdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.tar.gz
tdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.zip
tdeio: add tests
Signed-off-by: Alexander Golubev <[email protected]> (cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f)
Diffstat (limited to 'tdeio/tests/dataprotocoltest.cpp')
-rw-r--r--tdeio/tests/dataprotocoltest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tdeio/tests/dataprotocoltest.cpp b/tdeio/tests/dataprotocoltest.cpp
index e9af8574d..2cdcf36d4 100644
--- a/tdeio/tests/dataprotocoltest.cpp
+++ b/tdeio/tests/dataprotocoltest.cpp
@@ -21,7 +21,9 @@
#include <tqcstring.h>
#include <tqstring.h>
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
class KURL;