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

View File

@@ -9,6 +9,7 @@
#include "hidapi.h"
#include <queue>
#include <atomic>
#include <thread>
#include <vector>
#include <chrono>