forked from jasder/antlr
Some compilers need the functional include.
This commit is contained in:
parent
c3785ce89d
commit
528f675dd6
|
@ -33,6 +33,7 @@
|
|||
#include <exception>
|
||||
#include <bitset>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
|
||||
// Defines for the Guid class and other platform dependent stuff.
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue