From 0a8810a5383f1dde53eddaa5b0eb5f3d047dce0a Mon Sep 17 00:00:00 2001 From: Odilitime Date: Sun, 17 Mar 2019 18:49:16 -0700 Subject: [PATCH] fix case --- src/app/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.cpp b/src/app/App.cpp index 94c31ec..e3e0365 100644 --- a/src/app/App.cpp +++ b/src/app/App.cpp @@ -1,4 +1,4 @@ -#include "App.h" +#include "app.h" #include "../tools/Scheduler.h" #include "../interfaces/components/TabbedComponent.h" #include "../parsers/markup/ntrml/NTRMLParser.h"