From 32572032fde14caa012ace1a3bcb9977464c8aed Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Wed, 6 Apr 2005 17:38:14 +0000 Subject: [PATCH] Workaround for CW9. [SVN r28022] --- tool/cpp.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tool/cpp.cpp b/tool/cpp.cpp index df32712..07bace5 100644 --- a/tool/cpp.cpp +++ b/tool/cpp.cpp @@ -14,6 +14,7 @@ // Include additional Boost libraries #include #include +#include /////////////////////////////////////////////////////////////////////////////// // Include Wave itself @@ -63,9 +64,6 @@ using std::endl; using std::ostream; using std::istreambuf_iterator; -namespace po = boost::program_options; -namespace fs = boost::filesystem; - /////////////////////////////////////////////////////////////////////////////// // print the current version int print_version() @@ -124,6 +122,9 @@ namespace boost { namespace program_options /////////////////////////////////////////////////////////////////////////////// #include +namespace po = boost::program_options; +namespace fs = boost::filesystem; + /////////////////////////////////////////////////////////////////////////////// namespace cmd_line_util {