misc: Include Log.hpp in main (#87)

It is already included because of ConfigManager.hpp, but that should not
be relied on as logging is also directly used in the main function.
This commit is contained in:
BBaoVanC 2024-08-27 13:41:54 -05:00 committed by GitHub
parent 96d51ec2a7
commit 01a63fcf5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "config/ConfigManager.hpp"
#include "core/Hypridle.hpp"
#include "helpers/Log.hpp"
int main(int argc, char** argv, char** envp) {
std::string configPath;