Skip to content

Commit

Permalink
Fix cc windows->linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jul 2, 2022
1 parent 06b99de commit 9e96568
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sw/builder/execution_plan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

#include <sw/support/exceptions.h>

// clang(win)+linux workaround
#define BOOST_ASIO_HAS_CO_AWAIT
#define BOOST_ASIO_HAS_STD_COROUTINE
#include <boost/asio.hpp>
#include <nlohmann/json.hpp>
#include <primitives/exceptions.h>
Expand Down

0 comments on commit 9e96568

Please sign in to comment.