Skip to content

Commit

Permalink
Add missing <functional> header
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 12, 2023
1 parent 50ee1e4 commit 56da1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/include/gz/msgs/PointCloudPackedUtils.hh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <gz/msgs/pointcloud_packed.pb.h>

#include <cstdarg>
#include <functional>
#include <sstream>
#include <string>
#include <utility>
Expand Down
1 change: 1 addition & 0 deletions core/src/DynamicFactory.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#pragma warning(pop)
#endif

#include <functional>
#include <map>
#include <memory>
#include <string>
Expand Down

0 comments on commit 56da1a6

Please sign in to comment.