Skip to content

Commit d1a030b

Browse files
committed
Fix builds
For whatever reason including zmq.hpp before zmq_addon.hpp (which does include zmq.hpp internally) breaks builds
1 parent d2cffb9 commit d1a030b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/loggers/groot2_publisher.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "behaviortree_cpp/loggers/groot2_publisher.h"
22
#include "behaviortree_cpp/loggers/groot2_protocol.h"
33
#include "behaviortree_cpp/xml_parsing.h"
4-
#include "zmq.hpp"
54
#include "zmq_addon.hpp"
65

76
namespace BT

0 commit comments

Comments
 (0)