diff options
Diffstat (limited to 'src/repo.h')
-rw-r--r-- | src/repo.h | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -2,8 +2,19 @@ #define GITFS_REPO_H #include "git.h" -#include <Ice/Properties.h> +#include <Ice/Config.h> +#include <Ice/Optional.h> +#include <ctime> +#include <directory.h> +#include <file.h> +#include <functional> +#include <string> +#include <string_view> +#include <types.h> #include <volume.h> +namespace Ice { + struct Current; +} namespace GitFS { using namespace NetFS; |