diff options
Diffstat (limited to 'src/db/Helpers.hxx')
-rw-r--r-- | src/db/Helpers.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/db/Helpers.hxx b/src/db/Helpers.hxx index 24db260c0..b9a7af4cf 100644 --- a/src/db/Helpers.hxx +++ b/src/db/Helpers.hxx @@ -23,6 +23,8 @@ #include "Visitor.hxx" #include "tag/TagType.h" +#include <stdint.h> + class Error; class Database; struct DatabaseSelection; @@ -30,8 +32,8 @@ struct DatabaseStats; bool VisitUniqueTags(const Database &db, const DatabaseSelection &selection, - TagType tag_type, - VisitString visit_string, + TagType tag_type, uint32_t group_mask, + VisitTag visit_tag, Error &error); bool |