mirror of
https://github.com/boostorg/wave.git
synced 2026-02-02 21:32:11 +00:00
Workaround for CW9.
[SVN r28022]
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
// Include additional Boost libraries
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/timer.hpp>
|
||||
#include <boost/any.hpp>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// 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 <boost/program_options.hpp>
|
||||
|
||||
namespace po = boost::program_options;
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
namespace cmd_line_util {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user