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/filecas.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/filecas.cpp')
| -rw-r--r-- | zenstore/filecas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index f69ed6bdb..3e76de2f9 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include "FileCas.h" +#include "filecas.h" #include <zencore/except.h> #include <zencore/filesystem.h> |