Fix InputDevice missing header on some systems

master
pixl 4 years ago
parent 2dfe139f6c
commit 63ecbc411e
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E
  1. 1
      src/logid/InputDevice.cpp

@ -17,6 +17,7 @@
*/
#include <system_error>
#include <linux/input-event-codes.h>
#include "InputDevice.h"

Loading…
Cancel
Save