Fixes some missing includes/declaring budgets (#6238)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-12-08 09:53:37 -08:00
committed by GitHub
parent 558532f094
commit e79d79ec45
2 changed files with 6 additions and 0 deletions
@@ -7,11 +7,14 @@
*/
#pragma once
#include <AzCore/Debug/Profiler.h>
#include <Atom/RHI/FreeListAllocator.h>
#include <Atom/RHI/PoolAllocator.h>
#include <Atom/RHI/MemoryAllocation.h>
#include <Atom/RHI.Reflect/MemoryEnums.h>
AZ_DECLARE_BUDGET(RHI);
namespace AZ
{
namespace RHI
@@ -7,10 +7,13 @@
*/
#include <RHI/MemoryView.h>
#include <AzCore/Debug/Profiler.h>
#include <AzCore/Casting/numeric_cast.h>
#include <AzCore/std/string/string.h>
#include <AzCore/std/string/conversions.h>
AZ_DECLARE_BUDGET(RHI);
namespace AZ
{
namespace DX12