AP_Math: add missing include on matrix3

This commit is contained in:
Pierre Kancir 2019-03-11 18:14:13 +01:00 committed by Peter Barker
parent fbe483ccac
commit d47e9c8514

View File

@ -38,6 +38,7 @@
#pragma once
#include "vector3.h"
#include "vector2.h"
// 3x3 matrix with elements of type T
template <typename T>