aboutsummaryrefslogtreecommitdiffstats
path: root/utilities/ciphertest2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/ciphertest2.cpp')
-rw-r--r--utilities/ciphertest2.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/utilities/ciphertest2.cpp b/utilities/ciphertest2.cpp
index 5c7014e..bac5c0c 100644
--- a/utilities/ciphertest2.cpp
+++ b/utilities/ciphertest2.cpp
@@ -14,6 +14,11 @@
#include <versekey.h>
#include <rawtext.h>
+#ifndef NO_SWORD_NAMESPACE
+using sword::VerseKey;
+using sword::RawText;
+using sword::CipherFilter;
+#endif
int main(int argc, char **argv) {
VerseKey key;