From ae8ed4462fc697a883aafe7151688fb68a6522cd Mon Sep 17 00:00:00 2001 From: Gene Walters Date: Wed, 15 Sep 2021 18:31:35 -0700 Subject: [PATCH] Small fix for Linux compiler Signed-off-by: Gene Walters --- .../Include/Multiplayer/Components/NetworkCharacterComponent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Gems/Multiplayer/Code/Include/Multiplayer/Components/NetworkCharacterComponent.h b/Gems/Multiplayer/Code/Include/Multiplayer/Components/NetworkCharacterComponent.h index 2599155346..97dfcd4328 100644 --- a/Gems/Multiplayer/Code/Include/Multiplayer/Components/NetworkCharacterComponent.h +++ b/Gems/Multiplayer/Code/Include/Multiplayer/Components/NetworkCharacterComponent.h @@ -10,6 +10,7 @@ #include #include +#include namespace Physics {