diff options
Diffstat (limited to 'src/hyper/htsearch.cc')
-rw-r--r-- | src/hyper/htsearch.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hyper/htsearch.cc b/src/hyper/htsearch.cc index d67c6074..ef89a298 100644 --- a/src/hyper/htsearch.cc +++ b/src/hyper/htsearch.cc @@ -50,6 +50,9 @@ #include <iostream> #include "cfuns.h" +// FIXME: Remove kludge +using namespace OpenAxiom; + // Path to the directory containing the hyperdoc pages. static std::string htpagedir; |