Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Mar 31, 2024
1 parent a96cabd commit 3e55d22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/player/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
#pragma GCC diagnostic ignored "-Wpedantic"
#include <boost/process/v2/execute.hpp>
#include <boost/process/v2/process.hpp>
#include <boost/process/v2.hpp>
#pragma GCC diagnostic pop
#endif

Expand Down

0 comments on commit 3e55d22

Please sign in to comment.