diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/form.cpp | 1 | ||||
-rw-r--r-- | lib/token.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/form.cpp b/lib/form.cpp index fe7d104..4548582 100644 --- a/lib/form.cpp +++ b/lib/form.cpp | |||
@@ -1,5 +1,6 @@ | |||
1 | #include "form.h" | 1 | #include "form.h" |
2 | #include <sqlite3.h> | 2 | #include <sqlite3.h> |
3 | #include <algorithm> | ||
3 | #include "filter.h" | 4 | #include "filter.h" |
4 | #include "database.h" | 5 | #include "database.h" |
5 | #include "query.h" | 6 | #include "query.h" |
diff --git a/lib/token.cpp b/lib/token.cpp index 769acad..d2024b8 100644 --- a/lib/token.cpp +++ b/lib/token.cpp | |||
@@ -1,5 +1,6 @@ | |||
1 | #include "token.h" | 1 | #include "token.h" |
2 | #include <stdexcept> | 2 | #include <stdexcept> |
3 | #include <algorithm> | ||
3 | #include "util.h" | 4 | #include "util.h" |
4 | 5 | ||
5 | namespace verbly { | 6 | namespace verbly { |