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:
Scott R Charlton 2013-11-19 00:30:47 +00:00
parent 8a9f638e1a
commit 93bf28600f

View File

@ -11,6 +11,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h> // strlen
#include "Debug.h" // ASSERT
#include "CSelectedOutput.hxx" // CSelectedOutput
@ -389,4 +390,5 @@ void CSelectedOutput::Doublize(
}
}
}
}
}