Skip to content

Commit

Permalink
Fix macos build.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jul 3, 2022
1 parent 9e96568 commit 735b829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sw/builder/execution_plan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
#include <sw/support/exceptions.h>

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

0 comments on commit 735b829

Please sign in to comment.