Fix missing include in ReactionData.h#1000
Conversation
|
Congrats on #1000! Any idea why CI didn't catch this? |
updated to be consistent with Cantera#1000
|
Oh, I think I have a guess as why this wouldn't show up in the CI. Did your build have the use of the precompiled header disabled for some reason? Without the precompiled header, this should have been an error on every platform, but the PCH automatically gives you |
|
I confirmed that building I modified the |
|
Confirmed this fixed the issue for me. Thanks for the quick fix @speth! |
std::logis declared in<cmath>, which we usually include viact_defs.h.Fixes #999.
Changes proposed in this pull request
ct_defs.hinReactionData.hIf applicable, fill in the issue number this pull request is fixing
Fixes #
Checklist
scons build&scons test) and unit tests address code coverage