aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/types-parsers.hxx')
-rw-r--r--bpkg/types-parsers.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx
index bddb425..4f1dfc7 100644
--- a/bpkg/types-parsers.hxx
+++ b/bpkg/types-parsers.hxx
@@ -8,6 +8,8 @@
#ifndef BPKG_TYPES_PARSERS_HXX
#define BPKG_TYPES_PARSERS_HXX
+#include <libbpkg/manifest.hxx>
+
#include <bpkg/types.hxx>
#include <bpkg/options-types.hxx>
@@ -40,6 +42,13 @@ namespace bpkg
static void
parse (auth&, bool&, scanner&);
};
+
+ template <>
+ struct parser<repository_type>
+ {
+ static void
+ parse (repository_type&, bool&, scanner&);
+ };
}
}