core: add additional headers for Popup.cpp and InputMethodRelay.hpp (#4909)

This commit is contained in:
Brett Alcox 2024-03-01 14:07:36 -06:00 committed by GitHub
parent 555afea73c
commit 6e3a494d1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#include "Popup.hpp"
#include "../Compositor.hpp"
CPopup::CPopup(CWindow* pOwner) : m_pWindowOwner(pOwner) {
initAllSignals();

View file

@ -1,5 +1,6 @@
#pragma once
#include <list>
#include "../../defines.hpp"
#include "../../helpers/WLClasses.hpp"