From beb69d480c39a728ac602b5e0092c219d2dad1fe Mon Sep 17 00:00:00 2001 From: Zhujh233 <33982071+Zhujh233@users.noreply.github.com> Date: Sat, 7 Aug 2021 01:18:21 +0800 Subject: [PATCH] fix for 4.26 --- Source/StreetMapImporting/Private/OSMFile.cpp | 3 +-- Source/StreetMapImporting/Private/StreetMapActorFactory.cpp | 2 +- .../StreetMapImporting/Private/StreetMapAssetTypeActions.cpp | 2 +- .../StreetMapImporting/Private/StreetMapComponentDetails.cpp | 3 +-- Source/StreetMapImporting/Private/StreetMapFactory.cpp | 2 +- Source/StreetMapImporting/Private/StreetMapReimportFactory.cpp | 2 +- Source/StreetMapImporting/Private/StreetMapStyle.cpp | 2 +- 7 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Source/StreetMapImporting/Private/OSMFile.cpp b/Source/StreetMapImporting/Private/OSMFile.cpp index f9ca3f1..aafc838 100644 --- a/Source/StreetMapImporting/Private/OSMFile.cpp +++ b/Source/StreetMapImporting/Private/OSMFile.cpp @@ -1,8 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" #include "OSMFile.h" - +#include "StreetMapImporting.h" FOSMFile::FOSMFile() : ParsingState( ParsingState::Root ) diff --git a/Source/StreetMapImporting/Private/StreetMapActorFactory.cpp b/Source/StreetMapImporting/Private/StreetMapActorFactory.cpp index 774e2e8..467e9a4 100644 --- a/Source/StreetMapImporting/Private/StreetMapActorFactory.cpp +++ b/Source/StreetMapImporting/Private/StreetMapActorFactory.cpp @@ -2,9 +2,9 @@ // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. +#include "StreetMapActorFactory.h" #include "StreetMapImporting.h" #include "AssetData.h" -#include "StreetMapActorFactory.h" #include "StreetMapActor.h" #include "StreetMapComponent.h" #include "StreetMap.h" diff --git a/Source/StreetMapImporting/Private/StreetMapAssetTypeActions.cpp b/Source/StreetMapImporting/Private/StreetMapAssetTypeActions.cpp index 16dd2e1..1156fdb 100644 --- a/Source/StreetMapImporting/Private/StreetMapAssetTypeActions.cpp +++ b/Source/StreetMapImporting/Private/StreetMapAssetTypeActions.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" #include "StreetMapAssetTypeActions.h" +#include "StreetMapImporting.h" #include "StreetMap.h" #include "AssetData.h" diff --git a/Source/StreetMapImporting/Private/StreetMapComponentDetails.cpp b/Source/StreetMapImporting/Private/StreetMapComponentDetails.cpp index 704baa1..c6d53be 100644 --- a/Source/StreetMapImporting/Private/StreetMapComponentDetails.cpp +++ b/Source/StreetMapImporting/Private/StreetMapComponentDetails.cpp @@ -1,8 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" - #include "StreetMapComponentDetails.h" +#include "StreetMapImporting.h" #include "SlateBasics.h" #include "RawMesh.h" diff --git a/Source/StreetMapImporting/Private/StreetMapFactory.cpp b/Source/StreetMapImporting/Private/StreetMapFactory.cpp index c40efbf..546c4b2 100644 --- a/Source/StreetMapImporting/Private/StreetMapFactory.cpp +++ b/Source/StreetMapImporting/Private/StreetMapFactory.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" #include "StreetMapFactory.h" +#include "StreetMapImporting.h" #include "OSMFile.h" #include "StreetMap.h" diff --git a/Source/StreetMapImporting/Private/StreetMapReimportFactory.cpp b/Source/StreetMapImporting/Private/StreetMapReimportFactory.cpp index 94b1bed..bc46c07 100644 --- a/Source/StreetMapImporting/Private/StreetMapReimportFactory.cpp +++ b/Source/StreetMapImporting/Private/StreetMapReimportFactory.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" #include "StreetMapReimportFactory.h" +#include "StreetMapImporting.h" #include "StreetMap.h" diff --git a/Source/StreetMapImporting/Private/StreetMapStyle.cpp b/Source/StreetMapImporting/Private/StreetMapStyle.cpp index b4e37b2..1988771 100644 --- a/Source/StreetMapImporting/Private/StreetMapStyle.cpp +++ b/Source/StreetMapImporting/Private/StreetMapStyle.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Mike Fricker. All Rights Reserved. -#include "StreetMapImporting.h" #include "StreetMapStyle.h" +#include "StreetMapImporting.h" #include "Styling/SlateStyle.h" #include "Interfaces/IPluginManager.h"