Skip to content

Commit f07a697

Browse files
committed
add includes
1 parent 84947b8 commit f07a697

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/wayland/input_method/c_helpers.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <memory>
4+
35
#include <sys/mman.h>
46

57
namespace qs::wayland::input_method::impl {

src/wayland/input_method/key_map_state.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <memory>
44
#include <string>
55

6+
#include <qchar.h>
67
#include <wayland-client-protocol.h>
78
#include <xkbcommon/xkbcommon.h>
89

src/wayland/input_method/qml.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#include "qml.hpp"
22
#include <utility>
33

4+
#include <qqmlengine.h>
5+
#include <qqmlinfo.h>
6+
47
#include "input_method.hpp"
58
#include "keyboard_grab.hpp"
69
#include "manager.hpp"

src/wayland/input_method/qml_helpers.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "qml_helpers.hpp"
22

3+
#include <qqmlinfo.h>
4+
35
namespace qs::wayland::input_method {
46

57
KeyboardTextEdit::KeyboardTextEdit(QObject* parent): Keyboard(parent) {

0 commit comments

Comments
 (0)