Compile time fixes for AZ_PROFILE macros

Signed-off-by: AMZN-Olex <5432499+AMZN-Olex@users.noreply.github.com>
This commit is contained in:
AMZN-Olex
2021-12-08 14:30:45 -05:00
parent 5eb058f679
commit b5e61356b1
2 changed files with 3 additions and 0 deletions
@@ -7,6 +7,7 @@
*/
#pragma once
#include <AzCore/Debug/Profiler.h>
#include <Atom/RHI/FreeListAllocator.h>
#include <Atom/RHI/PoolAllocator.h>
#include <Atom/RHI/MemoryAllocation.h>
@@ -5,9 +5,11 @@
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <RHI/MemoryView.h>
#include <AzCore/Casting/numeric_cast.h>
#include <AzCore/Debug/Profiler.h>
#include <AzCore/std/string/string.h>
#include <AzCore/std/string/conversions.h>