diff --git a/include/hpp/corbaserver/fwd.hh b/include/hpp/corbaserver/fwd.hh index f5556f00..6b06f737 100644 --- a/include/hpp/corbaserver/fwd.hh +++ b/include/hpp/corbaserver/fwd.hh @@ -39,6 +39,16 @@ #include +#ifdef COAL_VERSION +namespace coal { +template +class BVHModel; +class CollisionGeometry; +class OBBRSS; +class ShapeBase; +class Triangle; +} // namespace coal +#else namespace hpp { namespace fcl { template @@ -48,7 +58,10 @@ class OBBRSS; class ShapeBase; class Triangle; } // namespace fcl +} // namespace hpp +#endif +namespace hpp { namespace corbaServer { class Server; class ServerPlugin;