Skip to content

Commit

Permalink
Fix InputDevice missing header on some systems
Browse files Browse the repository at this point in the history
  • Loading branch information
PixlOne committed Aug 22, 2020
1 parent 2dfe139 commit 63ecbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logid/InputDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include <system_error>
#include <linux/input-event-codes.h>

#include "InputDevice.h"

Expand Down

0 comments on commit 63ecbc4

Please sign in to comment.