Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 17, 2024
1 parent a855282 commit 97138db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hopsandcp/src/dcpmaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <memory>
#include <chrono>

#include "ComponentUtilities/num2string.hpp"

DcpMaster::DcpMaster(hopsan::ComponentSystem *pSystem, const std::string host, int port, double comStep, double startTime, double stopTime, bool realTime)
: mpSystem(pSystem), mRealTime(realTime), mComStep(comStep), mStartTime(startTime), mStopTime(stopTime)
{
Expand Down

0 comments on commit 97138db

Please sign in to comment.