Skip to content

Commit f4211e4

Browse files
Update introspection.cpp with additional includes
1 parent f2fa0aa commit f4211e4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

patch/ros-lyrical-moveit-task-constructor-core.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@ diff --git a/src/introspection.cpp b/src/introspection.cpp
9292
index d938f95..85292d9 100644
9393
--- a/src/introspection.cpp
9494
+++ b/src/introspection.cpp
95+
@@ -49,6 +49,10 @@
96+
#include <sstream>
97+
#include <boost/bimap.hpp>
98+
99+
+#ifdef _WIN32
100+
+#include <winsock.h>
101+
+#endif
102+
+
103+
namespace ros {
104+
namespace names {
105+
bool isValidCharInName(char c); // unfortunately this is not declared in ros/names.h
95106
@@ -214,7 +214,7 @@ void Introspection::publishAllSolutions(bool wait) {
96107
};
97108
}

0 commit comments

Comments
 (0)