Skip to content

Commit

Permalink
Missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xissburg committed Jun 13, 2021
1 parent a4d6492 commit 921c414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/edyn/shapes/compound_shape.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define EDYN_SHAPES_COMPOUND_SHAPE_HPP

#include <vector>
#include <string>
#include <variant>
#include "edyn/shapes/sphere_shape.hpp"
#include "edyn/shapes/cylinder_shape.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/edyn/shapes/polyhedron_shape.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define EDYN_SHAPES_POLYHEDRON_HPP

#include <memory>
#include <string>
#include "edyn/shapes/convex_mesh.hpp"

namespace edyn {
Expand Down

0 comments on commit 921c414

Please sign in to comment.