From 29ba4b8be128d92e4524100bbf2ab3a1b4b470a9 Mon Sep 17 00:00:00 2001 From: "DrZiplok@gmail.com" Date: Sun, 12 Sep 2010 00:51:44 +0000 Subject: [PATCH] Forgot to include the IMU GPS emulator, breaking X-Plane git-svn-id: https://arducopter.googlecode.com/svn/trunk@483 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/AP_GPS/AP_GPS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_GPS/AP_GPS.h b/libraries/AP_GPS/AP_GPS.h index aa0fd4aa7c..132973945e 100644 --- a/libraries/AP_GPS/AP_GPS.h +++ b/libraries/AP_GPS/AP_GPS.h @@ -7,5 +7,6 @@ #include "AP_GPS_SIRF.h" #include "AP_GPS_UBLOX.h" #include "AP_GPS_MTK.h" +#include "AP_GPS_IMU.h" #include "AP_GPS_None.h"