From a473fd01c580283f5888c61a1742e4fd1e4d1a56 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Tue, 12 Oct 2021 14:16:03 +0200 Subject: Corrected incorrect casing of include statements --- zenstore/caslog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zenstore/caslog.cpp') diff --git a/zenstore/caslog.cpp b/zenstore/caslog.cpp index 2bac6affd..c1cb68379 100644 --- a/zenstore/caslog.cpp +++ b/zenstore/caslog.cpp @@ -1,8 +1,8 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include +#include -#include "CompactCas.h" +#include "compactcas.h" #include #include -- cgit v1.2.3