mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
added strlen header for linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8209 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
8a9f638e1a
commit
93bf28600f
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h> // strlen
|
||||||
|
|
||||||
#include "Debug.h" // ASSERT
|
#include "Debug.h" // ASSERT
|
||||||
#include "CSelectedOutput.hxx" // CSelectedOutput
|
#include "CSelectedOutput.hxx" // CSelectedOutput
|
||||||
@ -389,4 +390,5 @@ void CSelectedOutput::Doublize(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user