AP_Math: control.h needs vector2/3 includes

This commit is contained in:
Randy Mackay 2021-03-16 11:40:33 +09:00
parent 95cbb69d3c
commit 52bb8112b3

View File

@ -2,6 +2,8 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL/AP_HAL_Boards.h>
#include "vector2.h"
#include "vector3.h"
#ifndef HAL_WITH_POSTYPE_DOUBLE
#define HAL_WITH_POSTYPE_DOUBLE BOARD_FLASH_SIZE > 1024