mirror of https://github.com/ArduPilot/ardupilot
AP_KDECAN: Fix includes
This commit is contained in:
parent
bbe500daf8
commit
3bc877bf62
|
@ -34,6 +34,7 @@
|
|||
#include <AP_Scheduler/AP_Scheduler.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_Motors/AP_Motors.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
|
||||
#include "AP_KDECAN.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue