Skip to content

Commit

Permalink
replace missing headers for strict iwyu
Browse files Browse the repository at this point in the history
-NB: commandline used by marketplace builds is now: -iwyu -precompile -nosharedpch -noubtmakefiles

can modify this inside Project->sioclient Properties->Configuration Properties->NMake->Build Command Line
  • Loading branch information
getnamo committed Sep 25, 2018
1 parent 539d6ea commit d8e90cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SocketIOClient.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.9.2",
"VersionName": "0.9.3",
"EngineVersion" : "4.20.0",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time networking library Socket.IO Client usable from blueprints and c++.",
Expand Down
1 change: 1 addition & 0 deletions Source/SIOJson/Private/SIOJLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "SIOJsonValue.h"
#include "SIOJsonObject.h"
#include "Runtime/Core/Public/Misc/Base64.h"
#include "Engine.h"

//////////////////////////////////////////////////////////////////////////
// Helpers
Expand Down
1 change: 1 addition & 0 deletions Source/SocketIOClient/Private/SocketIOClientComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "LambdaRunnable.h"
#include "SIOJConvert.h"
#include "SocketIOClient.h"
#include "Engine.h"

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

#pragma once

#include "JsonGlobals.h"
#include "Runtime/Json/Public/Json.h"
#include "sio_client.h"
#include "SIOMessageConvert.generated.h"

Expand Down

0 comments on commit d8e90cc

Please sign in to comment.