From 90ecc18d64b4a7b2e8563ec7f0e57329bec30a58 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Sat, 7 Nov 2015 01:23:12 -0500 Subject: [PATCH] Oh why, why did they make this things case insensitive... --- src/QmlControls/QGCImageProvider.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QmlControls/QGCImageProvider.cc b/src/QmlControls/QGCImageProvider.cc index 9081898a46..83b440feec 100644 --- a/src/QmlControls/QGCImageProvider.cc +++ b/src/QmlControls/QGCImageProvider.cc @@ -33,7 +33,7 @@ along with QGROUNDCONTROL. If not, see . #include "QGCImageProvider.h" #include -#include +#include QGCImageProvider::QGCImageProvider(QGCApplication *app) : QGCTool(app) -- GitLab