mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
ime: fix build without pch
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#include "InputMethodPopup.hpp"
|
#include "InputMethodPopup.hpp"
|
||||||
|
#include "InputManager.hpp"
|
||||||
|
#include "../../Compositor.hpp"
|
||||||
|
|
||||||
CInputPopup::CInputPopup(wlr_input_popup_surface_v2* surf) : pWlr(surf) {
|
CInputPopup::CInputPopup(wlr_input_popup_surface_v2* surf) : pWlr(surf) {
|
||||||
surface.assign(surf->surface);
|
surface.assign(surf->surface);
|
||||||
|
Reference in New Issue
Block a user