core: fix compile without pch

fixes #5445
This commit is contained in:
Vaxry 2024-04-05 21:23:28 +01:00
parent b5b1c0137d
commit dab149e4a6
3 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#include <hyprlang.hpp>
#include "../debug/Log.hpp"
#include "../macros.hpp"
#include "ConfigManager.hpp"
template <typename T>
class CConfigValue {