diff options
| author | Martin Ridgers <[email protected]> | 2021-12-15 10:27:20 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-12-15 10:27:20 +0100 |
| commit | 465652731dedb248747a486ed97c601d5d01c624 (patch) | |
| tree | d049692a37204d5440c6fa38332996e1220fe5b4 /zenstore/gc.cpp | |
| parent | DiskSpaceInfo() boolean return was back-to-front (diff) | |
| download | zen-465652731dedb248747a486ed97c601d5d01c624.tar.xz zen-465652731dedb248747a486ed97c601d5d01c624.zip | |
Corrected include statement case
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index 7c6fa4dab..4fb8c0096 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -12,7 +12,7 @@ #include <zencore/testing.h> #include <zencore/testutils.h> #include <zencore/timer.h> -#include <zenstore/CAS.h> +#include <zenstore/cas.h> #include <zenstore/cidstore.h> #include <fmt/format.h> |