Skip to content

Commit

Permalink
Fixing windows build. Refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 22, 2023
1 parent d0dc4b7 commit 2add68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/microsim/devices/MSDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <microsim/MSVehicle.h>
#include <microsim/transportables/MSTransportable.h>
#include <microsim/MSVehicleControl.h>
#include <microsim/MSEdge.h>

#include "MSDevice.h"
#include "MSDevice_Vehroutes.h"
#include "MSDevice_Tripinfo.h"
Expand Down
2 changes: 2 additions & 0 deletions src/microsim/devices/MSTransportableDevice_Routing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <microsim/transportables/MSTransportable.h>
#include <utils/options/OptionsCont.h>
#include <utils/xml/SUMOSAXAttributes.h>
#include <microsim/MSEdge.h>

#include "MSRoutingEngine.h"
#include "MSTransportableDevice_Routing.h"

Expand Down

0 comments on commit 2add68f

Please sign in to comment.