Build fix for new multi-threading lock.

In XCode it wasn't necessary to add the condition_variable header (probably included indirectly), while for other platforms that is necessary.
This commit is contained in:
Mike Lischke 2016-12-13 09:03:21 +01:00
parent 31b259e636
commit c1a5553afb
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <mutex>
#include <exception>
#include <bitset>
#include <condition_variable>
// Defines for the Guid class and other platform dependent stuff.
#ifdef _WIN32