mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
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:
parent
4c58a0f6b7
commit
c244641700
@ -6,6 +6,10 @@
|
||||
|
||||
#include "Var.h"
|
||||
|
||||
#ifdef IPHREEQC_NO_FORTRAN_MODULE
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @mainpage IPhreeqc Library Documentation (@PHREEQC_VER@-@REVISION_SVN@)
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user