aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/Main.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-05-24 00:08:03 +0200
committerShauren <shauren.trinity@gmail.com>2021-05-24 00:08:03 +0200
commit3c08eb190f8fff96a17c6cb61892f813940648ce (patch)
treea331027f60283389b9b5cd2cda2805490418e543 /src/server/worldserver/Main.cpp
parentce37c24481c6ab6863c1fc3be037aa56c54520ea (diff)
Core/Misc: Add another boost hack. Fixes bnetserver/worldserver -c command line parameter when path contains spaces
Diffstat (limited to 'src/server/worldserver/Main.cpp')
-rw-r--r--src/server/worldserver/Main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/worldserver/Main.cpp b/src/server/worldserver/Main.cpp
index aea48b8ce93..8e3452940a7 100644
--- a/src/server/worldserver/Main.cpp
+++ b/src/server/worldserver/Main.cpp
@@ -58,6 +58,8 @@
#include <iostream>
#include <csignal>
+#include "Hacks/boost_program_options_with_filesystem_path.h"
+
using namespace boost::program_options;
namespace fs = boost::filesystem;