mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
AP_Math: add missing include on matrix3
This commit is contained in:
parent
fbe483ccac
commit
d47e9c8514
@ -38,6 +38,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "vector3.h"
|
||||
#include "vector2.h"
|
||||
|
||||
// 3x3 matrix with elements of type T
|
||||
template <typename T>
|
||||
|
Loading…
Reference in New Issue
Block a user