From a23cdc0a8b8b47486603246e60fbcad9f88f9b09 Mon Sep 17 00:00:00 2001
From: Alberto Nidasio <alberto.nidasio@skywarder.eu>
Date: Sun, 21 Aug 2022 23:37:20 +0200
Subject: [PATCH] [QCustomPlots] Fixed dependency

---
 Core/QCustomPlot/QCustomPlot.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/QCustomPlot/QCustomPlot.cpp b/Core/QCustomPlot/QCustomPlot.cpp
index 04f3147d..b9d4c829 100644
--- a/Core/QCustomPlot/QCustomPlot.cpp
+++ b/Core/QCustomPlot/QCustomPlot.cpp
@@ -23,7 +23,7 @@
 **          Version: 2.1.0                                                **
 ****************************************************************************/
 
-#include "qcustomplot.h"
+#include "QCustomPlot.h"
 
 
 /* including file 'src/vector2d.cpp'       */
-- 
GitLab