Fix compilation of unit tests with gcc and c++17

This commit is contained in:
Gael Guennebaud 2019-01-18 11:12:42 +01:00
parent da0a41b9ce
commit d18f49cbb3

View File

@ -17,6 +17,7 @@
#include <sstream>
#include <vector>
#include <typeinfo>
#include <functional>
// The following includes of STL headers have to be done _before_ the
// definition of macros min() and max(). The reason is that many STL