1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Merge pull request #5466 from wavexx/include_atomic

Include <atomic> for std::atomic where needed
This commit is contained in:
Vojtěch Bubník
2020-12-14 18:29:13 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
#include "hidapi.h"
#include <queue>
#include <atomic>
#include <thread>
#include <vector>
#include <chrono>