Added a couple more missing includes

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2022-01-06 13:55:52 -06:00
parent 53e6f0f99f
commit d3b36f1814
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@
// forward declarations.
class CParticleItem;
#include <CryCommon/IValidator.h>
#include <CryCommon/smartptr.h>
#include "Objects/BaseObject.h"
#include "Include/EditorCoreAPI.h"
#include "Include/IErrorReport.h"
+2
View File
@@ -13,6 +13,8 @@
#include "ErrorReport.h"
#include <AzCore/std/containers/set.h>
#include <CryCommon/IXml.h>
class CErrorRecord;
struct IObjectManager;