Skip to content

Commit c6e0990

Browse files
committed
Fix rst-tu-dortmund#410 : fix 'int boost::math::sign<double>(double const&)'
1 parent 3b91dcc commit c6e0990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/teb_local_planner/h_signature.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#include <functional>
5252
#include <vector>
5353
#include <iterator>
54-
54+
#include <boost/math/special_functions/sign.hpp>
5555

5656
namespace teb_local_planner
5757
{

0 commit comments

Comments
 (0)