Skip to content

Commit

Permalink
2.0.1 - fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykf-dev committed Oct 18, 2023
1 parent ad2d1cf commit fbcf7b6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GameSwiftSdk.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"VersionName": "2.0.0",
"Version": 200,
"VersionName": "2.0.1",
"Version": 201,
"FriendlyName": "GameSwiftUnrealSdk",
"Description": "GameSwift Unreal SDK is Unity toolset created to integrate with GameSwift ID ecosystem.",
"Category": "Other",
Expand Down
2 changes: 1 addition & 1 deletion Source/GameSwiftSdk/Private/Utilities.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "Utilities.h"
#include "GenericPlatformHttp.h"
#include "GenericPlatform/GenericPlatformHttp.h"

void FUtilities::ReadCommandLineArgument(const char* ArgumentName, FString& ArgumentValue)
{
Expand Down
2 changes: 1 addition & 1 deletion Source/GameSwiftSdk/Public/GameSwiftWalletManager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include "BackendResponses.h"
#include "IHttpRequest.h"
#include "Interfaces/IHttpRequest.h"
#include "GameSwiftWalletManager.generated.h"


Expand Down
1 change: 0 additions & 1 deletion Source/GameSwiftSdk/Public/MultipleLoginsBlocker.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#pragma once
#include "Ticker.h"

class FMultipleLoginsBlocker
{
Expand Down
1 change: 0 additions & 1 deletion Source/GameSwiftSdk/Public/RequestHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "CoreMinimal.h"
#include "Http.h"
#include "JsonObject.h"

struct FOAuthUserInfoResponse;
struct FBaseSdkFailResponse;
Expand Down

0 comments on commit fbcf7b6

Please sign in to comment.