From a3a033c730a2eb4242076f5b34823190aa441cd5 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 5 Feb 2017 09:13:26 -0500 Subject: Added some missing includes --- lib/form.cpp | 1 + lib/token.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'lib') 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 @@ #include "form.h" #include +#include #include "filter.h" #include "database.h" #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 @@ #include "token.h" #include +#include #include "util.h" namespace verbly { -- cgit 1.4.1