mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-03 02:09:48 +01:00
helpers/Monitor.cpp: fix include path (#9039)
This commit is contained in:
parent
2778aff08f
commit
2671656a75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "../defines.hpp"
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include "SharedDefs.hpp"
|
||||
#include "../SharedDefs.hpp"
|
||||
#include "WLClasses.hpp"
|
||||
#include <vector>
|
||||
#include <array>
|
||||
|
|
Loading…
Reference in a new issue