Skip to content

Commit

Permalink
more includes for compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pasotee committed Jul 12, 2024
1 parent 53dfb21 commit 31508bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/ConfigCat/Private/ConfigCatSha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "ConfigCatSha.h"

#include <CoreMinimal.h>
#include <Misc/SecureHash.h>
#include <HAL/Platform.h>
#include <openssl/sha.h>

Expand Down
1 change: 1 addition & 0 deletions Source/ConfigCat/Private/ConfigCatSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <Kismet/GameplayStatics.h>
#include <Logging/LogVerbosity.h>
#include <Misc/ConfigCacheIni.h>
#include <Engine/GameInstance.h>

#include "ConfigCat.h"
#include "ConfigCatLog.h"
Expand Down
1 change: 1 addition & 0 deletions Source/ConfigCatWrappers/Public/ConfigCatUserWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <ConfigCatCppSDK/Include/configcatuser.h>

#include <Misc/DateTime.h>
#include <memory>

#include "ConfigCatUserWrapper.generated.h"
Expand Down

0 comments on commit 31508bb

Please sign in to comment.