Skip to content

Commit

Permalink
Fix missing reference to LogTemp when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrehn committed Aug 20, 2020
1 parent 08c41f0 commit 0885b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/UnrealGDAL/Public/GDALHeaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define MERGETIFF_SMART_POINTER_RESET(ptr, val) ptr.Reset(val)

//Configure mergetiff to not use exceptions
#include "Core/Public/CoreGlobals.h"
#include "Core/Public/Containers/StringConv.h"
#include "Core/Public/Logging/LogMacros.h"
#define MERGETIFF_DISABLE_EXCEPTIONS 1
Expand Down

0 comments on commit 0885b24

Please sign in to comment.