Non unity compile fixes (#2365)

* Add missing RTTI include to fix non-unity build error
* Add missing includes that were automatically added as part of unity builds

Signed-off-by: Steve Pham <spham@amazon.com>
This commit is contained in:
Steve Pham
2021-07-22 17:01:01 -07:00
committed by GitHub
parent 70c9ed93f8
commit 62356b811f
6 changed files with 10 additions and 1 deletions
@@ -12,6 +12,8 @@
#include <AzCore/Math/Vector3.h>
#include <AzCore/std/containers/array.h>
#include <AzCore/std/containers/vector.h>
#include <AzCore/std/smart_ptr/unique_ptr.h>
#include <AzCore/std/string/string.h>
namespace AZ::IO
{