Skip to content

Commit

Permalink
add includes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Apr 2, 2024
1 parent ad3353c commit 35bce70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/gz/sim/components/Physics.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef GZ_SIM_COMPONENTS_PHYSICS_HH_
#define GZ_SIM_COMPONENTS_PHYSICS_HH_

#include <cstdint>
#include <string>

#include <gz/msgs/physics.pb.h>
Expand Down
1 change: 1 addition & 0 deletions src/LevelManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "LevelManager.hh"

#include <algorithm>
#include <cstdint>

#include <sdf/Actor.hh>
#include <sdf/Atmosphere.hh>
Expand Down
2 changes: 2 additions & 0 deletions src/SdfEntityCreator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*
*/

#include <cstdint>

#include <gz/common/Console.hh>
#include <gz/common/Profiler.hh>
#include <sdf/Types.hh>
Expand Down

0 comments on commit 35bce70

Please sign in to comment.