Skip to content

Commit

Permalink
fix includes for build v2 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Apr 13, 2020
1 parent 3260db5 commit 7df845d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Source/UDPWrapper/Private/UDPComponent.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#include "UDPComponent.h"
#include "Async.h"
#include "Runtime/Sockets/Public/SocketSubsystem.h"
#include "Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h"
#include "Async/Async.h"
#include "SocketSubsystem.h"
#include "Kismet/KismetSystemLibrary.h"

UUDPComponent::UUDPComponent(const FObjectInitializer &init) : UActorComponent(init)
{
Expand Down
2 changes: 1 addition & 1 deletion Source/UDPWrapper/Public/UDPWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma once

#include "CoreMinimal.h"
#include "ModuleManager.h"
#include "Modules/ModuleManager.h"

class FUDPWrapperModule : public IModuleInterface
{
Expand Down
2 changes: 1 addition & 1 deletion UDPWrapper.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.6.0",
"VersionName": "0.6.1",
"FriendlyName": "UDPWrapper",
"Description": "Convenience UDP wrapper plugin.",
"Category": "Networking",
Expand Down

0 comments on commit 7df845d

Please sign in to comment.