about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-03-28 16:15:35 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-03-28 16:15:35 -0400
commiteb30ce13012108fe38709cdf0732aa8b2ec2d52e (patch)
tree36687fab2cb7e5d324c2fb51de7f084614e81dd5
parent57e2f2262cd89f502f7a801b8ee7796e454a5e75 (diff)
downloadhkutil-eb30ce13012108fe38709cdf0732aa8b2ec2d52e.tar.gz
hkutil-eb30ce13012108fe38709cdf0732aa8b2ec2d52e.tar.bz2
hkutil-eb30ce13012108fe38709cdf0732aa8b2ec2d52e.zip
Added required cstring include for database.h
-rw-r--r--hkutil/database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hkutil/database.h b/hkutil/database.h index 619ba86..a2217e6 100644 --- a/hkutil/database.h +++ b/hkutil/database.h
@@ -7,6 +7,7 @@
7#include <string> 7#include <string>
8#include <stdexcept> 8#include <stdexcept>
9#include <vector> 9#include <vector>
10#include <cstring>
10#include <list> 11#include <list>
11#include <memory> 12#include <memory>
12#include "../vendor/variant.hpp" 13#include "../vendor/variant.hpp"