Windows fix-up

This commit is contained in:
Charles J. Cliffe 2015-08-25 21:35:38 -04:00
parent 233e07164a
commit 261afbce8e
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -14,6 +14,7 @@
#include <thread>
#include <cstdint>
#include <condition_variable>
#include <atomic>
class ThreadQueueBase {