Skip to content

Commit

Permalink
add <algorithm> to define std::unique and std::find (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed May 2, 2024
1 parent 1eb92ef commit 896adee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OMSimulatorLib/Model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

#include "minizip.h"
#include <thread>
#include <algorithm> /* std::unique and std::find are defined here */

oms::Model::Model(const oms::ComRef& cref, const std::string& tempDir)
: cref(cref), tempDir(tempDir), resultFilename(std::string(cref) + "_res.mat")
Expand Down

0 comments on commit 896adee

Please sign in to comment.