From 3515e1394af8c4d9b8314eaa59e28f0e450ac730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colm=20=C3=93=C2=A0hIc=C3=AD?= Date: Thu, 31 Oct 2019 09:53:18 +0000 Subject: [PATCH] fix for case sensitivity --- important.hpp | 2 +- main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/important.hpp b/important.hpp index aa32ec0..e89a921 100644 --- a/important.hpp +++ b/important.hpp @@ -1,6 +1,6 @@ #ifndef IMPORTANT_HPP_INCLUDED #define IMPORTANT_HPP_INCLUDED -#include +#include #include extern int window_x; diff --git a/main.cpp b/main.cpp index ec12271..91f1139 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include