AP_Proximity: include AP_Proximity_Backend.h in AP_Proximity.cpp

fixes a compilation problem if all of the backends are compiled out!
This commit is contained in:
Peter Barker 2023-04-13 19:56:18 +10:00 committed by Peter Barker
parent 8c92787e32
commit 37f638c5f7

View File

@ -16,6 +16,7 @@
#include "AP_Proximity.h"
#if HAL_PROXIMITY_ENABLED
#include "AP_Proximity_Backend.h"
#include "AP_Proximity_RPLidarA2.h"
#include "AP_Proximity_TeraRangerTower.h"
#include "AP_Proximity_TeraRangerTowerEvo.h"