1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Mon, 30 May 2022 14:11:58 +0200
Subject: Switch to hpp headers of pluginlib
---
.../include/test_diagnostic_aggregator/fail_init_analyzer.h | 2 +-
.../include/test_diagnostic_aggregator/match_no_analyze_analyzer.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
index d612bda..b785e80 100644
--- a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
+++ b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/fail_init_analyzer.h
@@ -43,7 +43,7 @@
#include <diagnostic_aggregator/analyzer.h>
#include <diagnostic_aggregator/status_item.h>
#include <diagnostic_msgs/DiagnosticStatus.h>
-#include <pluginlib/class_list_macros.h>
+#include <pluginlib/class_list_macros.hpp>
#include <string>
namespace test_diagnostic_aggregator {
diff --git a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
index 45e8782..a4ca694 100644
--- a/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
+++ b/test_diagnostic_aggregator/include/test_diagnostic_aggregator/match_no_analyze_analyzer.h
@@ -43,7 +43,7 @@
#include <diagnostic_aggregator/analyzer.h>
#include <diagnostic_aggregator/status_item.h>
#include <diagnostic_msgs/DiagnosticStatus.h>
-#include <pluginlib/class_list_macros.h>
+#include <pluginlib/class_list_macros.hpp>
#include <string>
namespace test_diagnostic_aggregator {
|