Skip to content

Commit 7cc37d0

Browse files
committed
add missing #include <utility>
1 parent 474a8f0 commit 7cc37d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libinput-cpp/UdevDevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include "UdevDevice.h"
2020
#include <libudev.h>
21+
#include <utility>
2122

2223
namespace InputActions
2324
{

0 commit comments

Comments
 (0)