Skip to content
Snippets Groups Projects
Commit b2f35b85 authored by Chaofan Chen's avatar Chaofan Chen
Browse files

fix linking error on Windows.

parent 98af01aa
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
#include "BaseLib/ConfigTree.h" #include "BaseLib/ConfigTree.h"
#include "BaseLib/Error.h" #include "MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h"
#include "BaseLib/Algorithm.h" #include "BaseLib/Algorithm.h"
#include "CreateFlowAndTemperatureControl.h" #include "CreateFlowAndTemperatureControl.h"
......
...@@ -33,7 +33,7 @@ namespace HeatTransportBHE ...@@ -33,7 +33,7 @@ namespace HeatTransportBHE
{ {
namespace BHE namespace BHE
{ {
class RefrigerantProperties; struct RefrigerantProperties;
FlowAndTemperatureControl createFlowAndTemperatureControl( FlowAndTemperatureControl createFlowAndTemperatureControl(
BaseLib::ConfigTree const& config, BaseLib::ConfigTree const& config,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment