Skip to content

Commit

Permalink
Satisfy make codecheck (#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Dec 16, 2020
1 parent 3a09c86 commit a220a90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gui/plugins/align_tool/AlignTool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
#include <ignition/msgs/boolean.pb.h>
#include <ignition/msgs/pose.pb.h>

#include <algorithm>
#include <iostream>
#include <map>
#include <queue>
#include <string>
#include <vector>
#include <ignition/gui/Application.hh>
#include <ignition/gui/MainWindow.hh>
#include <ignition/gazebo/rendering/RenderUtil.hh>
Expand Down
1 change: 1 addition & 0 deletions src/gui/plugins/resource_spawner/ResourceSpawner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <ignition/msgs/boolean.pb.h>
#include <ignition/msgs/stringmsg.pb.h>

#include <algorithm>
#include <set>
#include <unordered_map>

Expand Down
2 changes: 2 additions & 0 deletions src/systems/buoyancy/Buoyancy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <ignition/msgs/wrench.pb.h>

#include <mutex>
#include <string>
#include <vector>

#include <ignition/common/Mesh.hh>
#include <ignition/common/MeshManager.hh>
Expand Down
1 change: 1 addition & 0 deletions src/systems/camera_video_recorder/CameraVideoRecorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <regex>
#include <set>
#include <string>
#include <unordered_map>

#include <ignition/common/Profiler.hh>
Expand Down
1 change: 1 addition & 0 deletions src/systems/velocity_control/VelocityControl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <mutex>
#include <string>

#include <ignition/common/Profiler.hh>
#include <ignition/math/Vector3.hh>
Expand Down

0 comments on commit a220a90

Please sign in to comment.