Added missing string.h header include

Signed-off-by: Ian bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian bell
2014-05-15 22:27:32 +02:00
parent df0127edea
commit 59c7b95a30

View File

@@ -10,7 +10,7 @@
#include "DataStructures.h"
#include "Exceptions.h"
#include <string.h>
double convert_from_kSI_to_SI(long iInput, double value)
{
if (get_debug_level() > 8){