Skip to content

Commit 072c709

Browse files
authored
Merge pull request #232 from humanoid-path-planner/coal-compat
non-breaking coal initial compatibility
2 parents d0fdf81 + 8fcf05c commit 072c709

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

include/hpp/corbaserver/fwd.hh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@
3939

4040
#include <hpp/core/fwd.hh>
4141

42+
#ifdef COAL_VERSION
43+
namespace coal {
44+
template <typename T>
45+
class BVHModel;
46+
class CollisionGeometry;
47+
class OBBRSS;
48+
class ShapeBase;
49+
class Triangle;
50+
} // namespace coal
51+
#else
4252
namespace hpp {
4353
namespace fcl {
4454
template <typename T>
@@ -48,7 +58,10 @@ class OBBRSS;
4858
class ShapeBase;
4959
class Triangle;
5060
} // namespace fcl
61+
} // namespace hpp
62+
#endif
5163

64+
namespace hpp {
5265
namespace corbaServer {
5366
class Server;
5467
class ServerPlugin;

0 commit comments

Comments
 (0)