Skip to content

Commit

Permalink
re-add a used boost include
Browse files Browse the repository at this point in the history
see Modelica.Electrical.Digital.Examples.Counter
  • Loading branch information
rfranke committed Oct 25, 2015
1 parent 7302897 commit 111757f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -13,6 +13,7 @@
#include <numeric>
#include <functional>

#include <boost/assign/std/vector.hpp> // for 'operator+=()'
#include <boost/assign/list_of.hpp> // for 'list_of()'
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
Expand Down

0 comments on commit 111757f

Please sign in to comment.