From bf167779c3051180f10188b1a988def048a8d232 Mon Sep 17 00:00:00 2001 From: danglassey Date: Wed, 2 Oct 2002 13:02:56 +0000 Subject: sync with crosswire 20021002-1300 --- utilities/step2vpl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utilities/step2vpl.cpp') 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; -- cgit