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

View File

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