diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-03-06 19:12:16 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-06 19:12:16 -0300 |
commit | 180a0269ed42ca0f2b7a9552d5422a64ecd88ca9 (patch) | |
tree | 56b524e5fcd360f0eef165125aba351139fe69e9 | |
parent | d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a (diff) |
Scripts/Commands: Make Shauren happy
-rw-r--r-- | src/server/scripts/Commands/cs_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_server.cpp b/src/server/scripts/Commands/cs_server.cpp index b0fdf4c59f7..8d3867aaef0 100644 --- a/src/server/scripts/Commands/cs_server.cpp +++ b/src/server/scripts/Commands/cs_server.cpp @@ -44,7 +44,7 @@ EndScriptData */ #include <numeric> -#include <boost/filesystem.hpp> +#include <boost/filesystem/operations.hpp> #include <mysql_version.h> #include <openssl/crypto.h> #include <openssl/opensslv.h> |