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:
parent
21c2215117
commit
405750f61d
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <vector>
|
||||
#include <mutex>
|
||||
#include <unordered_map>
|
||||
#include <functional>
|
||||
#include "cantera/base/ctexceptions.h"
|
||||
#include "cantera/base/global.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue