diff --git a/ArduSub/Sub.h b/ArduSub/Sub.h index e2cf05470a488bf39835213e7ed65bb08ebcf548..ac143c231ea5fcb503459d41220c1838b0395f0b 100644 --- a/ArduSub/Sub.h +++ b/ArduSub/Sub.h @@ -81,7 +81,7 @@ #include <AP_Terrain/AP_Terrain.h> #include <AC_InputManager/AC_InputManager.h> // Pilot input handling library #include <AP_JSButton/AP_JSButton.h> // Joystick/gamepad button function assignment -#include "../libraries/AP_LeakDetector/AP_LeakDetector.h" // Leak detector +#include <AP_LeakDetector/AP_LeakDetector.h> // Leak detector #include <AP_TemperatureSensor/TSYS01.h> #include "defines.h" #include "config.h"