Missing include

This commit is contained in:
Kjell Hedstrom 2015-09-11 03:23:24 -06:00
parent a5e21e5d52
commit a1a3672d71

View File

@ -27,6 +27,7 @@
#include <thread>
#include <atomic>
#include <map>
#include <mutex>
// Linux/Clang, OSX/Clang, OSX/gcc
#if (defined(__clang__) || defined(__APPLE__))