Skip to content

Commit

Permalink
Include Export.hh for tests that require it
Browse files Browse the repository at this point in the history
Co-authored-by: Louise Poubel <louise@openrobotics.org>

Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed May 26, 2022
1 parent 7552295 commit 2220535
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/plugins/BadPluginAPIVersionNew.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <limits>
#include "ignition/common/PluginMacros.hh"
#include "ignition/common/Export.hh"
#include "gz/utils/SuppressWarning.hh"

IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
Expand Down
1 change: 1 addition & 0 deletions test/plugins/BadPluginAPIVersionOld.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define SUPPRESS_IGNITION_HEADER_DEPRECATION

#include "ignition/common/PluginMacros.hh"
#include "ignition/common/Export.hh"
#include "gz/utils/SuppressWarning.hh"

IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
Expand Down
1 change: 1 addition & 0 deletions test/plugins/BadPluginAlign.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define SUPPRESS_IGNITION_HEADER_DEPRECATION

#include "ignition/common/PluginMacros.hh"
#include "ignition/common/Export.hh"
#include "gz/utils/SuppressWarning.hh"

IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
Expand Down
1 change: 1 addition & 0 deletions test/plugins/BadPluginSize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define SUPPRESS_IGNITION_HEADER_DEPRECATION

#include "ignition/common/PluginMacros.hh"
#include "ignition/common/Export.hh"
#include "gz/utils/SuppressWarning.hh"

IGN_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION
Expand Down

0 comments on commit 2220535

Please sign in to comment.