diff options
| author | Martin Ridgers <[email protected]> | 2021-10-12 14:16:03 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-12 14:17:13 +0200 |
| commit | a473fd01c580283f5888c61a1742e4fd1e4d1a56 (patch) | |
| tree | d8ce3db7261c5b12b910f567f01b1e45fcd79f86 /zenstore/compactcas.cpp | |
| parent | Changed example project VS generation command to exclude x86 (diff) | |
| download | zen-a473fd01c580283f5888c61a1742e4fd1e4d1a56.tar.xz zen-a473fd01c580283f5888c61a1742e4fd1e4d1a56.zip | |
Corrected incorrect casing of include statements
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 612f87c7c..3631722d4 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -1,8 +1,8 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include <zenstore/cas.h> +#include <zenstore/CAS.h> -#include "CompactCas.h" +#include "compactcas.h" #include <zencore/except.h> #include <zencore/logging.h> |