diff options
Diffstat (limited to 'src/dir.h')
-rw-r--r-- | src/dir.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ #include "git.h" #include <directory.h> +#include <git2.h> +#include <string> +#include <types.h> +namespace Ice { + struct Current; +} namespace GitFS { using namespace NetFS; |