fixing no unity builds

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-03 20:24:36 -07:00
parent 82c5f80fbd
commit eeed7df429
9 changed files with 33 additions and 3 deletions
@@ -9,6 +9,7 @@
#define GM_DEFAULT_HANDSHAKE_H
#include <GridMate/Carrier/Handshake.h>
#include <AzCore/std/string/string.h>
namespace GridMate
{
@@ -12,6 +12,7 @@
#include <AzCore/Math/Crc.h>
#include <AzCore/Math/MathUtils.h>
#include <AzCore/std/string/string.h>
using namespace GridMate;
@@ -12,6 +12,8 @@
#include <GridMate/Containers/list.h>
#include <AzCore/std/string/string.h>
namespace GridMate
{
/**
@@ -10,6 +10,7 @@
#include <GridMate/Types.h>
#include <GridMate/Serialize/Buffer.h>
#include <AzCore/std/string/string.h>
namespace GridMate
{