Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Jul 26, 2024
1 parent d1b1836 commit 21f80ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/plugin/priority_printer_plugin/PriorityPrinter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

// We'll use a string and the gzmsg command below for a brief example.
// Remove these includes if your plugin doesn't need them.
#include <memory>
#include <string>
#include <gz/common/Console.hh>

Expand Down
1 change: 1 addition & 0 deletions examples/plugin/priority_printer_plugin/PriorityPrinter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#ifndef EXAMPLE_PLUGIN_PRIORITYPRINTER_HH_
#define EXAMPLE_PLUGIN_PRIORITYPRINTER_HH_

#include <memory>
#include <string>
#include <gz/sim/System.hh>

Expand Down
1 change: 1 addition & 0 deletions include/gz/sim/System.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef GZ_SIM_SYSTEM_HH_
#define GZ_SIM_SYSTEM_HH_

#include <cstdint>
#include <memory>

#include <gz/sim/config.hh>
Expand Down
1 change: 1 addition & 0 deletions src/SystemManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <list>
#include <mutex>
#include <set>
#include <string>
#include <unordered_set>

#include <gz/common/StringUtils.hh>
Expand Down

0 comments on commit 21f80ae

Please sign in to comment.