Skip to content

Commit 958fae9

Browse files
committed
math.h in HIRONX is only for C++
See start-jsk/rtmros_hironx#423 (comment) See fkanehiro#83 (comment)
1 parent 852a1de commit 958fae9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/BVutil.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#include <iostream>
2+
#if (defined __QNX__)
3+
#include <math.h>
4+
#endif
25
extern "C" {
36
#if (defined __APPLE__)
47
#include <pcl/surface/qhull.h>

0 commit comments

Comments
 (0)