You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
[ 3%] Building CXX object src/CMakeFiles/harmonySEQ.dir/Action.cpp.o
In file included from /tmp/harmonySEQ-0.17/src/Action.cpp:24:
/tmp/harmonySEQ-0.17/src/Engine.hpp:164:23: error: field ‘running’ has incomplete type ‘std::atomic<bool>’
164 | std::atomic<bool> running;
| ^~~~~~~
In file included from /usr/include/c++/11.1.0/bits/shared_ptr_atomic.h:33,
from /usr/include/c++/11.1.0/memory:78,
from /tmp/harmonySEQ-0.17/src/Action.hpp:24,
from /tmp/harmonySEQ-0.17/src/Action.cpp:20:
/usr/include/c++/11.1.0/bits/atomic_base.h:155:12: note: declaration of ‘struct std::atomic<bool>’
155 | struct atomic;
| ^~~~~~
In file included from /tmp/harmonySEQ-0.17/src/Action.cpp:24:
I get build error for v0.17:
The fix for above would be:
The text was updated successfully, but these errors were encountered: