File: 0006-Switch-to-hpp-headers-of-pluginlib.patch

package info (click to toggle)
ros-diagnostics 1.11.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,288 kB
  • sloc: cpp: 3,001; python: 2,550; xml: 226; sh: 21; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,767 bytes parent folder | download | duplicates (2)
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 {