From b2f35b85ea80ac3ea3dbf869f397722133afa1c8 Mon Sep 17 00:00:00 2001
From: ChaofanChen <chaofan.chen@ufz.de>
Date: Mon, 3 Dec 2018 11:22:29 +0100
Subject: [PATCH] fix linking error on Windows.

---
 .../HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp    | 2 +-
 .../HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp
index 0ea8aad7b2c..f9d2542bcfc 100644
--- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp
+++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.cpp
@@ -10,7 +10,7 @@
  */
 
 #include "BaseLib/ConfigTree.h"
-#include "BaseLib/Error.h"
+#include "MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h"
 #include "BaseLib/Algorithm.h"
 
 #include "CreateFlowAndTemperatureControl.h"
diff --git a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h
index 2696d164c70..b7caf7ccaaa 100644
--- a/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h
+++ b/ProcessLib/HeatTransportBHE/BHE/CreateFlowAndTemperatureControl.h
@@ -33,7 +33,7 @@ namespace HeatTransportBHE
 {
 namespace BHE
 {
-class RefrigerantProperties;
+struct RefrigerantProperties;
 
 FlowAndTemperatureControl createFlowAndTemperatureControl(
     BaseLib::ConfigTree const& config,
-- 
GitLab