Skip to content

Commit

Permalink
math.h in HIRONX is only for C++
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Nov 14, 2019
1 parent 852a1de commit 958fae9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/BVutil.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include <iostream>
#if (defined __QNX__)
#include <math.h>
#endif
extern "C" {
#if (defined __APPLE__)
#include <pcl/surface/qhull.h>
Expand Down

0 comments on commit 958fae9

Please sign in to comment.