Fix compilation errors due to implicit dependence on <functional>

Some recent versions of libstdc++ require this header for the declaration of
std::function
This commit is contained in:
Ray Speth 2017-08-29 21:24:19 -04:00
parent 21c2215117
commit 405750f61d

View file

@ -12,6 +12,7 @@
#include <vector>
#include <mutex>
#include <unordered_map>
#include <functional>
#include "cantera/base/ctexceptions.h"
#include "cantera/base/global.h"