mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
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:
parent
7627417286
commit
cc0377deec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user