diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-13 15:02:09 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-13 15:02:09 +0000 |
commit | c2bbd8b22c050bbef4b066046d76b5422c79ec2b (patch) | |
tree | e9f6753e5ef0d00488c57b9b61baa66493a19ab8 | |
parent | Bump to C++20, required by new Slicer (diff) | |
download | netfs-c2bbd8b22c050bbef4b066046d76b5422c79ec2b.tar.bz2 netfs-c2bbd8b22c050bbef4b066046d76b5422c79ec2b.tar.xz netfs-c2bbd8b22c050bbef4b066046d76b5422c79ec2b.zip |
Add missing includenetfs-1.4.0.1
-rw-r--r-- | netfs/lib/entCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/lib/entCache.h b/netfs/lib/entCache.h index e8c6461..6024d17 100644 --- a/netfs/lib/entCache.h +++ b/netfs/lib/entCache.h @@ -3,6 +3,7 @@ #include <c++11Helpers.h> #include <entryResolver.h> +#include <memory> #include <set> #include <shared_mutex> #include <string> |