Replay: fix compile error for Serial Manager

This commit is contained in:
Randy Mackay 2015-01-28 17:28:32 +09:00 committed by Andrew Tridgell
parent b12cf4644c
commit 18af7c1437

View File

@ -50,6 +50,7 @@
#include <AP_Terrain.h> #include <AP_Terrain.h>
#include <AP_OpticalFlow.h> #include <AP_OpticalFlow.h>
#include <Parameters.h> #include <Parameters.h>
#include <AP_SerialManager.h>
#include <stdio.h> #include <stdio.h>
#include <getopt.h> #include <getopt.h>
#include <errno.h> #include <errno.h>