From 59c7b95a306cfad06bfca2f6ac13523688dead42 Mon Sep 17 00:00:00 2001 From: Ian bell Date: Thu, 15 May 2014 22:27:32 +0200 Subject: [PATCH] Added missing string.h header include Signed-off-by: Ian bell --- src/CoolPropDLL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CoolPropDLL.cpp b/src/CoolPropDLL.cpp index c783aac6..21099616 100644 --- a/src/CoolPropDLL.cpp +++ b/src/CoolPropDLL.cpp @@ -10,7 +10,7 @@ #include "DataStructures.h" #include "Exceptions.h" - +#include double convert_from_kSI_to_SI(long iInput, double value) { if (get_debug_level() > 8){