diff --git a/src/desktop/Popup.cpp b/src/desktop/Popup.cpp index 7c6eb1c9..0ba7f210 100644 --- a/src/desktop/Popup.cpp +++ b/src/desktop/Popup.cpp @@ -1,4 +1,5 @@ #include "Popup.hpp" +#include "../Compositor.hpp" CPopup::CPopup(CWindow* pOwner) : m_pWindowOwner(pOwner) { initAllSignals(); @@ -232,4 +233,4 @@ void CPopup::recheckChildrenRecursive() { Vector2D CPopup::size() { return m_vLastSize; -} \ No newline at end of file +} diff --git a/src/managers/input/InputMethodRelay.hpp b/src/managers/input/InputMethodRelay.hpp index 83332285..9f9e95f6 100644 --- a/src/managers/input/InputMethodRelay.hpp +++ b/src/managers/input/InputMethodRelay.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include "../../defines.hpp" #include "../../helpers/WLClasses.hpp" @@ -50,4 +51,4 @@ class CInputMethodRelay { friend class CHyprRenderer; friend class CInputManager; friend class CTextInputV1ProtocolManager; -}; \ No newline at end of file +};