add missing include of stddef.h in IPhreeqc.h if no fortran module

when IPHREEQC_NO_FORTRAN_MODULE is defined, the type of the last parameter of SetBasicFortranCallback is size_t, which is defined in stddef.h
This commit is contained in:
SpaceIm 2024-08-11 20:55:26 +02:00
parent 4c58a0f6b7
commit c244641700

View File

@ -6,6 +6,10 @@
#include "Var.h"
#ifdef IPHREEQC_NO_FORTRAN_MODULE
#include <stddef.h>
#endif
/**
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@-@REVISION_SVN@)
*