Some compilers need the functional include.

This commit is contained in:
Mike Lischke 2017-02-20 12:42:53 +01:00
parent c3785ce89d
commit 528f675dd6
1 changed files with 1 additions and 0 deletions

View File

@ -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