Fix InputDevice missing header on some systems

This commit is contained in:
pixl 2020-08-21 20:09:02 -04:00
parent 2dfe139f6c
commit 63ecbc411e
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E

View File

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