Core/Misc: Add another boost hack. Fixes bnetserver/worldserver -c command line parameter when path contains spaces

This commit is contained in:
Shauren
2021-05-24 00:08:03 +02:00
parent ce37c24481
commit 3c08eb190f
4 changed files with 52 additions and 2 deletions

View File

@@ -46,6 +46,8 @@
#include <iostream>
#include <csignal>
#include "Hacks/boost_program_options_with_filesystem_path.h"
using boost::asio::ip::tcp;
using namespace boost::program_options;
namespace fs = boost::filesystem;