From 6831af489c9635441da0a430b4d949ca7e92ccd8 Mon Sep 17 00:00:00 2001 From: sawinglogz <3787776-sawinglogz@users.noreply.gitlab.com> Date: Sun, 4 Aug 2019 20:22:24 -0500 Subject: [PATCH] Fix warning where #include had different case from filename. --- oscar/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index be659679..95d914e6 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -19,7 +19,7 @@ #include "mainwindow.h" #include "statistics.h" -#include "CProgressBar.h" +#include "cprogressbar.h" extern MainWindow *mainwin;