diff options
Diffstat (limited to 'zenstore')
| -rw-r--r-- | zenstore/include/zenstore/cidstore.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h index 5f567e7fc..26bf2bbde 100644 --- a/zenstore/include/zenstore/cidstore.h +++ b/zenstore/include/zenstore/cidstore.h @@ -8,9 +8,7 @@ #include <zencore/iohash.h> #include <zenstore/CAS.h> -namespace std::filesystem { -class path; -} +#include <filesystem> namespace zen { |