mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 04:08:02 -06:00
Include <atomic> for std::atomic where needed
Fixes build on linux using clang 11
This commit is contained in:
parent
e9ee88c397
commit
44f71f0ed1
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#include <tbb/parallel_for.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue