aboutsummaryrefslogtreecommitdiffstats
path: root/tests/complzss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/complzss.cpp')
-rw-r--r--tests/complzss.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/complzss.cpp b/tests/complzss.cpp
index ed1cacb..d855897 100644
--- a/tests/complzss.cpp
+++ b/tests/complzss.cpp
@@ -14,6 +14,9 @@
#endif
#include <lzsscomprs.h>
+#ifndef NO_SWORD_NAMESPACE
+using namespace sword;
+#endif
class FileCompress: public LZSSCompress {
int ifd;