mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
101 stars 58 forks source link

Closes #253. Add missing include for `cwrapper.h`. #256

Closed mgoodson-cvd closed 4 months ago

mgoodson-cvd commented 4 months ago

Add a missing include for cwrapper.h. stdbool.h header is needed for bool in pure C.

See #253. Closes #253.