mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-18 05:23:47 -07:00
core: add additional headers for Popup.cpp and InputMethodRelay.hpp (#4909)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#include "Popup.hpp"
|
#include "Popup.hpp"
|
||||||
|
#include "../Compositor.hpp"
|
||||||
|
|
||||||
CPopup::CPopup(CWindow* pOwner) : m_pWindowOwner(pOwner) {
|
CPopup::CPopup(CWindow* pOwner) : m_pWindowOwner(pOwner) {
|
||||||
initAllSignals();
|
initAllSignals();
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <list>
|
||||||
#include "../../defines.hpp"
|
#include "../../defines.hpp"
|
||||||
#include "../../helpers/WLClasses.hpp"
|
#include "../../helpers/WLClasses.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user