diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/db.hh | 1 | ||||
| -rw-r--r-- | src/query_parser.cc | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef DB_HH #define DB_HH +#include <cstdint> #include <functional> #include <memory> #include <string> diff --git a/src/query_parser.cc b/src/query_parser.cc index d957063..d0e1e8c 100644 --- a/src/query_parser.cc +++ b/src/query_parser.cc @@ -1,5 +1,7 @@ #include "common.hh" +#include <cstdint> + #include "query_parser.hh" namespace stuff { |
