Browse Source

Replay: fix compile error for Serial Manager

master
Randy Mackay 10 years ago committed by Andrew Tridgell
parent
commit
18af7c1437
  1. 1
      Tools/Replay/Replay.pde

1
Tools/Replay/Replay.pde

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

Loading…
Cancel
Save