Skip to content

Commit 200a866

Browse files
committed
sqlite.cc: Trusty's gcc wants cstring included
Newer distributions work without it, just add it unconditionally.
1 parent db32e96 commit 200a866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlite.cc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <stdexcept>
22
#include <cassert>
3+
#include <cstring>
34
#include "sqlite.hh"
45
#include <iostream>
56

0 commit comments

Comments
 (0)