Replay: fix replay build

This commit is contained in:
bugobliterator 2015-10-20 23:27:07 -07:00 committed by Jonathan Challinger
parent 0e18b5eaad
commit 065c67af57
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <fenv.h>
#include <AP_Math/AP_Math.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_AccelCal/AP_AccelCal.h>
#include <AP_ADC/AP_ADC.h>
#include <AP_Declination/AP_Declination.h>
#include <Filter/Filter.h>

View File

@ -2,6 +2,7 @@ LIBRARIES += AP_Common
LIBRARIES += AP_Param
LIBRARIES += StorageManager
LIBRARIES += AP_Math
LIBRARIES += AP_AccelCal
LIBRARIES += AP_ADC
LIBRARIES += AP_Declination
LIBRARIES += Filter