Skip to content

Commit

Permalink
Added missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpincy committed Sep 22, 2023
1 parent 3ba6c16 commit f799ac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/utility/math/transforms.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef TRANSFORMS_H
#define TRANSFORMS_H

#include <argos3/core/utility/math/vector3.h>
#include <argos3/core/utility/math/quaternion.h>

namespace argos {

CVector3 GlobalToLocal(const CVector3& c_global,
Expand Down

0 comments on commit f799ac2

Please sign in to comment.