diff options
| author | Per Larsson <[email protected]> | 2021-12-14 12:34:47 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-12-14 12:34:47 +0100 |
| commit | b6c6568e1618f10d2160d836b65e35586e3c740f (patch) | |
| tree | f6a929cf918850bbba87d0ee67cd3482b2d50e24 /zenstore/zenstore.cpp | |
| parent | Fixed bug in z$ service returning partial cache records and enable small obje... (diff) | |
| parent | Partial revert b363c5b (diff) | |
| download | zen-b6c6568e1618f10d2160d836b65e35586e3c740f.tar.xz zen-b6c6568e1618f10d2160d836b65e35586e3c740f.zip | |
Merged main.
Diffstat (limited to 'zenstore/zenstore.cpp')
| -rw-r--r-- | zenstore/zenstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/zenstore.cpp b/zenstore/zenstore.cpp index 337a1c75b..dbb3dbbf7 100644 --- a/zenstore/zenstore.cpp +++ b/zenstore/zenstore.cpp @@ -2,8 +2,8 @@ #include "zenstore/zenstore.h" -#include <zenstore/CAS.h> #include <zenstore/basicfile.h> +#include <zenstore/cas.h> #include <zenstore/gc.h> #include "compactcas.h" #include "filecas.h" |