diff options
author | danglassey <danglassey> | 2002-10-04 13:01:49 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-04 13:01:49 +0000 |
commit | 0f9285ce51edf199ba98bec0996eb4d48e27d207 (patch) | |
tree | 6540c78511af3ae7b3f0b52f89a9430089ea66fc /tests/translittest.cpp | |
parent | 7447953df080deacffa333680dad3f67b7c663be (diff) | |
download | sword-sf-cvs-0f9285ce51edf199ba98bec0996eb4d48e27d207.tar.gz |
sync with crosswire 20021004-1300
Diffstat (limited to 'tests/translittest.cpp')
-rw-r--r-- | tests/translittest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/translittest.cpp b/tests/translittest.cpp index 1b2bddf..074bf9c 100644 --- a/tests/translittest.cpp +++ b/tests/translittest.cpp @@ -12,6 +12,8 @@ #include "utf8transliterator.h" +using namespace std; + // Print the given string to stdout void uprintf(const UnicodeString &str) { char *buf = 0; |