From 20ccf924b8dbefcc940f0e50e3493bb8939bdb16 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 19 Mar 2016 21:20:54 -0700 Subject: [PATCH] Fix path for IF97 in HumidAirProp.cpp --- src/HumidAirProp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HumidAirProp.cpp b/src/HumidAirProp.cpp index 9f19db26..311ee1ba 100644 --- a/src/HumidAirProp.cpp +++ b/src/HumidAirProp.cpp @@ -21,7 +21,7 @@ #include #include #include -#include "IF97.h" +#include "externals/IF97/IF97.h" /// This is a stub overload to help with all the strcmp calls below and avoid needing to rewrite all of them std::size_t strcmp(const std::string &s, const std::string &e){