mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Dep/Boost): corrects a warning about path changes in boost process (#19629)
This commit is contained in:
@@ -22,13 +22,7 @@
|
|||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
#include <boost/algorithm/string/join.hpp>
|
#include <boost/algorithm/string/join.hpp>
|
||||||
#include <boost/iostreams/copy.hpp>
|
#include <boost/iostreams/copy.hpp>
|
||||||
#include <boost/process/args.hpp>
|
#include "boost/process.hpp"
|
||||||
#include <boost/process/child.hpp>
|
|
||||||
#include <boost/process/env.hpp>
|
|
||||||
#include <boost/process/exe.hpp>
|
|
||||||
#include <boost/process/io.hpp>
|
|
||||||
#include <boost/process/pipe.hpp>
|
|
||||||
#include <boost/process/search_path.hpp>
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
|
|
||||||
using namespace boost::process;
|
using namespace boost::process;
|
||||||
|
|||||||
Reference in New Issue
Block a user