From b710520724eae43e9e8c25db9904a5b94065e11b Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 25 Apr 2024 12:14:41 +0200 Subject: [PATCH] get rid of config.hpp in osuparser.hpp when pp debugging --- include/osuparser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osuparser.hpp b/include/osuparser.hpp index 6768948..69574b1 100644 --- a/include/osuparser.hpp +++ b/include/osuparser.hpp @@ -2,9 +2,9 @@ #ifndef PP_DEBUG #include -#endif #include +#endif namespace fs = std::filesystem;