Skip to content

Commit

Permalink
- moved property inclusion to modelica.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Walther committed Sep 29, 2015
1 parent 2ea6a5a commit e81337e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SimulationRuntime/cpp/Core/DataExchange/XmlPropertyReader.cpp
Expand Up @@ -3,8 +3,6 @@
#include <Core/DataExchange/FactoryExport.h>
#include <Core/Utils/extension/logger.hpp>
#include <Core/DataExchange/XmlPropertyReader.h>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <fstream>
#include <iostream>

Expand Down
2 changes: 2 additions & 0 deletions SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -55,6 +55,8 @@
#include <boost/ptr_container/ptr_vector.hpp>
//#include <boost/timer/timer.hpp>
#include <boost/noncopyable.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <fstream>

/*Namespaces*/
Expand Down

0 comments on commit e81337e

Please sign in to comment.