mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:45:57 +01:00
ime: fix build without pch
This commit is contained in:
parent
5cc4bf699c
commit
1e82d5a04d
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue