aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-10-12 14:16:03 +0200
committerMartin Ridgers <[email protected]>2021-10-12 14:17:13 +0200
commita473fd01c580283f5888c61a1742e4fd1e4d1a56 (patch)
treed8ce3db7261c5b12b910f567f01b1e45fcd79f86 /zenstore/filecas.cpp
parentChanged example project VS generation command to exclude x86 (diff)
downloadzen-a473fd01c580283f5888c61a1742e4fd1e4d1a56.tar.xz
zen-a473fd01c580283f5888c61a1742e4fd1e4d1a56.zip
Corrected incorrect casing of include statements
Diffstat (limited to 'zenstore/filecas.cpp')
-rw-r--r--zenstore/filecas.cpp2
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>