aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mathlib/mathlib.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-07-04 15:43:38 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-07-04 15:43:38 +0200
commitf42b3ecd962a355081d36a62924e8ae9ecc05639 (patch)
tree57f94b62191af19d6df448763de694ea0fc599d8 /src/modules/mathlib/mathlib.h
parent3686431231af3dbbc3ca65417e9d1ca2dcd9d1de (diff)
downloadpx4-firmware-f42b3ecd962a355081d36a62924e8ae9ecc05639.tar.gz
px4-firmware-f42b3ecd962a355081d36a62924e8ae9ecc05639.tar.bz2
px4-firmware-f42b3ecd962a355081d36a62924e8ae9ecc05639.zip
Substantial improvements to math lib
Diffstat (limited to 'src/modules/mathlib/mathlib.h')
-rw-r--r--src/modules/mathlib/mathlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/mathlib/mathlib.h b/src/modules/mathlib/mathlib.h
index b919d53db..40ffb22bc 100644
--- a/src/modules/mathlib/mathlib.h
+++ b/src/modules/mathlib/mathlib.h
@@ -39,12 +39,16 @@
#ifdef __cplusplus
+#pragma once
+
#include "math/Dcm.hpp"
#include "math/EulerAngles.hpp"
#include "math/Matrix.hpp"
#include "math/Quaternion.hpp"
#include "math/Vector.hpp"
#include "math/Vector3.hpp"
+#include "math/Vector2f.hpp"
+#include "math/Limits.hpp"
#endif