diff options
Diffstat (limited to 'utilities/step2vpl.cpp')
-rw-r--r-- | utilities/step2vpl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utilities/step2vpl.cpp b/utilities/step2vpl.cpp index e43b1bd..06e0aeb 100644 --- a/utilities/step2vpl.cpp +++ b/utilities/step2vpl.cpp @@ -17,6 +17,9 @@ #endif using namespace std; +#ifndef NO_SWORD_NAMESPACE +using namespace sword; +#endif long SECTIONSLEVELSTART = 38; long SECTIONSLEVELSIZE = 29; |