Fixed Missing #include<functional>

This commit is contained in:
2016-05-28 13:01:19 +10:00
parent 7ccea0d1c0
commit 867a86fd79
5 changed files with 23 additions and 22 deletions
+1
View File
@@ -27,6 +27,7 @@
#include "sqlite3.h"
#include <algorithm>
#include <functional>
#include <list>
#include <map>