hyprwm / hypridle

Hyprland's idle daemon
BSD 3-Clause "New" or "Revised" License
403 stars 25 forks source link

Include Log.hpp in main #87

Closed BBaoVanC closed 2 months ago

BBaoVanC commented 2 months ago

This doesn't fix a compile error; it is already included because of ConfigManager.hpp including it. However, that should not be relied on as logging is also directly used in the main function.