forked from jasder/antlr
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:
parent
31b259e636
commit
c1a5553afb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue