AP_Param: add missing header StorageManager.h

This commit is contained in:
Lucas De Marchi 2015-08-16 14:53:24 -03:00 committed by Andrew Tridgell
parent eb2ca91f1c
commit fa060a6124

View File

@ -27,6 +27,7 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Common/AP_Common.h>
#include <AP_Math/AP_Math.h>
#include <StorageManager/StorageManager.h>
#include <math.h>
#include <string.h>