Merge pull request #88 from javawithjiva/master

#87 Add string headers to allow building on latest gcc
master
pixl 4 years ago committed by GitHub
commit 1f16d85d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/logid/Configuration.cpp

@ -5,6 +5,7 @@
#include <libevdev/libevdev.h>
#include <algorithm>
#include <cstring>
#include <string>
#include <hidpp20/IHiresScroll.h>
#include "Configuration.h"
@ -514,4 +515,4 @@ DeviceConfig::~DeviceConfig()
{
for(auto it : this->actions)
delete(it.second);
}
}

Loading…
Cancel
Save