Skip to content

Commit

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

Signed-off-by: Øystein Sture <oysstu@users.noreply.github.com>
  • Loading branch information
oysstu committed May 24, 2024
1 parent 8271d44 commit 40aaddc
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 40aaddc

Please sign in to comment.