[CLEAN] Add missing include and undef redefined macro

The missing include defined the inline macro used in the class
This commit is contained in:
Vizepi
2021-04-30 10:16:58 +02:00
parent 6e885ece34
commit 2f07b11bb6
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
#pragma once
#include "Engine/Core/Compiler.h"
/// <summary>
/// Helper class used to delete another object.
/// </summary>