Some more build fixes
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user