Skip to content

Commit

Permalink
Fix headers imports that had their paths changed on 4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
RVillani committed Oct 11, 2018
1 parent bc2a475 commit 2e5f5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UE4Duino/Source/UE4Duino/Private/Serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#define ASCII_XON 0x11
#define ASCII_XOFF 0x13

#include "AllowWindowsPlatformTypes.h"
#include "Windows/AllowWindowsPlatformTypes.h"
#include "windows.h"
#include "HideWindowsPlatformTypes.h"
#include "Windows/HideWindowsPlatformTypes.h"
#include "CoreTypes.h"
#include "Serial.generated.h"

Expand Down
2 changes: 1 addition & 1 deletion UE4Duino/Source/UE4Duino/Private/UE4DuinoModule.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

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

DECLARE_LOG_CATEGORY_CLASS(UE4DuinoLog, Log, All);

Expand Down

0 comments on commit 2e5f5c7

Please sign in to comment.