Fix compilation failures with PCH and Eigen

Compilation of polyfit.cpp was failing with GCC on some systems with the
error: "second argument to '__builtin_prefetch' must be a constant"
This commit is contained in:
Ray Speth 2023-01-28 21:55:15 -05:00 committed by Ingmar Schoegl
parent 7627417286
commit cc0377deec

View File

@ -14,7 +14,5 @@
#include <memory> #include <memory>
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include "cantera/base/fmt.h"
#include "cantera/base/AnyMap.h"
#endif #endif