Skip to content

Commit c7ed0c2

Browse files
committed
add some more <cstdint>
1 parent 2e3ebd6 commit c7ed0c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/wayland/input_method/qml.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "qml.hpp"
22
#include <cassert>
3+
#include <cstdint>
34
#include <utility>
45

56
#include <qlogging.h>

src/wayland/input_method/virtual_keyboard.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "virtual_keyboard.hpp"
22
#include <chrono>
33
#include <cstddef>
4+
#include <cstdint>
45
#include <cstring>
56

67
#include <fcntl.h>

0 commit comments

Comments
 (0)