Skip to content

Commit

Permalink
Add missing algorithm include
Browse files Browse the repository at this point in the history
Needed due to use of std::find_if.

Signed-off-by: Øystein Sture <[email protected]>
  • Loading branch information
oysstu authored May 24, 2024
1 parent 8271d44 commit 9ec1a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/gz/sim/components/Factory.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef GZ_SIM_COMPONENTS_FACTORY_HH_
#define GZ_SIM_COMPONENTS_FACTORY_HH_

#include <algorithm>
#include <cstdint>
#include <cstring>
#include <deque>
Expand Down

0 comments on commit 9ec1a3c

Please sign in to comment.