Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
4259a508
Commit
4259a508
authored
May 20, 2019
by
Joseph Mirabel
Committed by
Joseph Mirabel
May 24, 2019
Browse files
Add missing include guard.
parent
c74b4c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/fwd.hh
View file @
4259a508
...
...
@@ -34,6 +34,9 @@
// POSSIBILITY OF SUCH DAMAGE.
//
#ifndef HPP_FCL_FWD_HH
#define HPP_FCL_FWD_HH
namespace
hpp
{
namespace
fcl
{
class
CollisionObject
;
...
...
@@ -48,3 +51,5 @@ namespace fcl {
class
AABB
;
}
}
// namespace hpp
#endif // HPP_FCL_FWD_HH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment