From 8b47c54175a3a4295fdd11654ce9e7d97f993b5f Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 27 Apr 2015 15:43:11 -0700 Subject: [PATCH] Fix case sensitivity for real this time! --- src/FactSystem/ParameterLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FactSystem/ParameterLoader.h b/src/FactSystem/ParameterLoader.h index a57c507be..925faaebc 100644 --- a/src/FactSystem/ParameterLoader.h +++ b/src/FactSystem/ParameterLoader.h @@ -34,7 +34,7 @@ #include "UASInterface.h" #include "MAVLinkProtocol.h" #include "AutoPilotPlugin.h" -#include "QGCMAVlink.h" +#include "QGCMAVLink.h" /// @file /// @author Don Gagne -- 2.22.0