Skip to content

Commit 9e261f7

Browse files
committed
Fixed warning: Monolithic headers should not be used by this module.
1 parent f9676c3 commit 9e261f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/ProjectVersionFromGit/Public/ProjectVersionFromGitBPLibrary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#pragma once
44

5-
#include "Engine.h"
5+
#include "Engine/Engine.h"
66
#include "Misc/DateTime.h"
77
#include "Misc/Paths.h"
88
#include "Internationalization/Regex.h"
@@ -11,7 +11,7 @@
1111
#include "Misc/ConfigCacheIni.h"
1212
#include "Misc/EngineVersion.h"
1313
#include "Runtime/Launch/Resources/Version.h"
14-
//#include "Async/Async.h"
14+
#include "Async/Async.h"
1515

1616
#include "Kismet/BlueprintFunctionLibrary.h"
1717
#include "ProjectVersionFromGitBPLibrary.generated.h"

0 commit comments

Comments
 (0)