diff options
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,9 +4,11 @@ #include <git2.h> #include <memory> #include <ostream> +#include <string> +#include <string_view> namespace GitFS::Git { - template<typename E>[[noreturn]] void throwError(int err); + template<typename E> [[noreturn]] void throwError(int err); template<typename E, typename... P, typename... A> void |