diff options
| author | Stefan Boberg <[email protected]> | 2021-09-07 11:04:21 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-07 11:04:21 +0200 |
| commit | c4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b (patch) | |
| tree | b1292768d232610b2fdf2594d4637064e51e275a /zenserver/vfs.cpp | |
| parent | Clarified some async/sync behaviour in HTTP implementation (diff) | |
| download | zen-c4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b.tar.xz zen-c4c4685c77c2122b5a7bb19acf9a24b87fa5ec1b.zip | |
Added compilation switch for vfs related code
Diffstat (limited to 'zenserver/vfs.cpp')
| -rw-r--r-- | zenserver/vfs.cpp | 1 |
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> |