Some more build fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-05 21:49:00 -07:00
parent e28d04aea6
commit c85e5a6886
4 changed files with 8 additions and 4 deletions
@@ -18,9 +18,9 @@
namespace GridMate
{
string Utils::GetMachineAddress(int familyType)
AZStd::string Utils::GetMachineAddress(int familyType)
{
string machineName;
AZStd::string machineName;
struct RTMRequest
{
nlmsghdr m_msghdr;
@@ -8,6 +8,8 @@
#include <unistd.h>
#include <AzCore/std/string/string.h>
namespace GridMate
{
namespace Platform
@@ -8,6 +8,8 @@
#include <unistd.h>
#include <AzCore/std/string/string.h>
namespace GridMate
{
namespace Platform