Merge pull request #88 from javawithjiva/master

#87 Add string headers to allow building on latest gcc
This commit is contained in:
pixl 2020-07-05 15:39:36 -04:00 committed by GitHub
commit 1f16d85d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@
#include <libevdev/libevdev.h>
#include <algorithm>
#include <cstring>
#include <string>
#include <hidpp20/IHiresScroll.h>
#include "Configuration.h"