mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
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:
parent
96d51ec2a7
commit
01a63fcf5a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue