Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 7, 2023
1 parent f7b6606 commit 66cddda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/include/Utils/Boost.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@

MAA_SUPPRESS_BOOST_WARNINGS_BEGIN
#include <boost/asio.hpp>
#include <boost/beast.hpp>
#include <boost/process.hpp>
#ifdef _WIN32
#include <boost/process/windows.hpp>
#endif
#include <boost/url.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
Expand Down

0 comments on commit 66cddda

Please sign in to comment.