Skip to content

Commit

Permalink
Fix codecheck (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Dec 18, 2020
1 parent 8c63559 commit c80515d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/image_display/ImageDisplay.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <algorithm>
#include <iostream>
#include <limits>
#include <string>
#include <vector>

Expand Down
2 changes: 2 additions & 0 deletions src/plugins/key_publisher/KeyPublisher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#pragma warning(pop)
#endif

#include <string>

#include <ignition/gui/Application.hh>
#include <ignition/gui/MainWindow.hh>
#include <ignition/plugin/Register.hh>
Expand Down
3 changes: 3 additions & 0 deletions src/plugins/key_publisher/KeyPublisher.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#define IGNITION_GUI_PLUGINS_KEYPUBLISHER_HH_

#include <ignition/gui/qt.h>

#include <memory>

#include <ignition/gui/Plugin.hh>
#include <ignition/transport/Node.hh>

Expand Down
1 change: 1 addition & 0 deletions src/plugins/topic_viewer/TopicViewer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <QString>

#include <deque>
#include <map>
#include <string>
#include <vector>

Expand Down

0 comments on commit c80515d

Please sign in to comment.