Skip to content

Commit b90dd72

Browse files
authored
Add missing algorithm include (#3022)
backport #2414 Signed-off-by: Guilhem Saurel <[email protected]>
1 parent b2a9022 commit b90dd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/gz/sim/components/Factory.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef GZ_GAZEBO_COMPONENTS_FACTORY_HH_
1818
#define GZ_GAZEBO_COMPONENTS_FACTORY_HH_
1919

20+
#include <algorithm>
2021
#include <cstdint>
2122
#include <cstring>
2223
#include <deque>

0 commit comments

Comments
 (0)