aboutsummaryrefslogtreecommitdiff
path: root/zenserver/vfs.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-07 11:04:21 +0200
committerStefan Boberg <[email protected]>2021-09-07 11:04:21 +0200
commitc4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b (patch)
treeb1292768d232610b2fdf2594d4637064e51e275a /zenserver/vfs.cpp
parentClarified some async/sync behaviour in HTTP implementation (diff)
downloadzen-c4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b.tar.xz
zen-c4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b.zip
Added compilation switch for vfs related code
Diffstat (limited to 'zenserver/vfs.cpp')
-rw-r--r--zenserver/vfs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/vfs.cpp b/zenserver/vfs.cpp
index 5b6a3e4b6..16b23513f 100644
--- a/zenserver/vfs.cpp
+++ b/zenserver/vfs.cpp
@@ -8,6 +8,7 @@
# include <zencore/snapshot_manifest.h>
# include <zencore/stream.h>
# include <zencore/windows.h>
+# include <zenstore/CAS.h>
# include <map>