Skip to content
Snippets Groups Projects
Commit 9f49afd9 authored by isucan's avatar isucan
Browse files

make things work again for linux

git-svn-id: https://kforge.ros.org/fcl/fcl_ros@195 253336fb-580f-4252-a368-f3cef5a2a82b
parent 341fcb88
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define FCL_DATA_TYPES_H #define FCL_DATA_TYPES_H
#include <cstddef> #include <cstddef>
#include <cstdint> #include <boost/cstdint.hpp>
namespace fcl namespace fcl
{ {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define FCL_INTERSECT_H #define FCL_INTERSECT_H
#include "fcl/math/transform.h" #include "fcl/math/transform.h"
#include <boost\math\special_functions\erf.hpp> #include <boost/math/special_functions/erf.hpp>
namespace fcl namespace fcl
{ {
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <iostream> #include <iostream>
#include <limits> #include <limits>
#include <vector> #include <vector>
#include <boost\math\special_functions\fpclassify.hpp> #include <boost/math/special_functions/fpclassify.hpp>
namespace fcl namespace fcl
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment