Skip to content

Commit

Permalink
non-breaking coal initial compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 23, 2024
1 parent df5f33c commit 8fcf05c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions include/hpp/corbaserver/fwd.hh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@

#include <hpp/core/fwd.hh>

#ifdef COAL_VERSION
namespace coal {
template <typename T>
class BVHModel;
class CollisionGeometry;
class OBBRSS;
class ShapeBase;
class Triangle;
} // namespace coal
#else
namespace hpp {
namespace fcl {
template <typename T>
Expand All @@ -48,7 +58,10 @@ class OBBRSS;
class ShapeBase;
class Triangle;
} // namespace fcl
} // namespace hpp
#endif

namespace hpp {
namespace corbaServer {
class Server;
class ServerPlugin;
Expand Down

0 comments on commit 8fcf05c

Please sign in to comment.