From 22f67d2a027da113ab6ef228871551c39434c27e Mon Sep 17 00:00:00 2001 From: RuedKamp Date: Mon, 19 Oct 2015 10:31:40 +0200 Subject: [PATCH] -added using boost::dynamic_pointer_cast; --- SimulationRuntime/cpp/Include/Core/Modelica.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SimulationRuntime/cpp/Include/Core/Modelica.h b/SimulationRuntime/cpp/Include/Core/Modelica.h index f1419190bb3..90b333bb247 100644 --- a/SimulationRuntime/cpp/Include/Core/Modelica.h +++ b/SimulationRuntime/cpp/Include/Core/Modelica.h @@ -144,6 +144,7 @@ using std::runtime_error; using boost::tuple; using boost::shared_ptr; using boost::weak_ptr; + using boost::dynamic_pointer_cast; #endif //USE_CPP_ELEVEN #if defined(USE_THREAD)