Skip to content

Commit

Permalink
Missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xissburg committed Oct 24, 2022
1 parent 9c4e23e commit 09c72c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/edyn/constraints/cone_constraint.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef EDYN_CONSTRAINTS_CONE_CONSTRAINT_HPP
#define EDYN_CONSTRAINTS_CONE_CONSTRAINT_HPP

#include <array>
#include <vector>
#include "edyn/constraints/constraint_base.hpp"
#include "edyn/constraints/constraint_body.hpp"
#include "edyn/math/matrix3x3.hpp"
Expand Down
1 change: 1 addition & 0 deletions include/edyn/constraints/gravity_constraint.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef EDYN_CONSTRAINTS_GRAVITY_CONSTRAINT_HPP
#define EDYN_CONSTRAINTS_GRAVITY_CONSTRAINT_HPP

#include <vector>
#include <entt/entity/fwd.hpp>
#include "edyn/math/scalar.hpp"
#include "edyn/constraints/constraint_base.hpp"
Expand Down

0 comments on commit 09c72c7

Please sign in to comment.