Skip to content

Commit

Permalink
added boost::algorithm::string to Modelica.h in cpp runtime
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25420 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
nimen committed Apr 7, 2015
1 parent 4be42e2 commit 3905d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -57,6 +57,7 @@ using namespace std;
#include <boost/tuple/tuple.hpp>
#include <boost/circular_buffer.hpp>
#include <boost/foreach.hpp>
#include <boost/algorithm/string.hpp>
#if defined (__vxworks) || defined (__TRICORE__)
#else
#include "Utils/extension/shared_library.hpp"
Expand Down Expand Up @@ -142,6 +143,7 @@ namespace uBlas = boost::numeric::ublas;
using namespace boost::assign;
using namespace boost::numeric;
using boost::multi_array;
using namespace boost::algorithm;
using boost::const_multi_array_ref;
using boost::multi_array_ref;
using boost::unordered_map;
Expand Down

0 comments on commit 3905d14

Please sign in to comment.