Add missing #include to fix building on Linux.

This commit is contained in:
Aloshi 2014-05-26 19:51:07 -05:00
parent 67e266338e
commit d102ef1485

View file

@ -1,4 +1,5 @@
#include "PlatformId.h" #include "PlatformId.h"
#include <string.h>
namespace PlatformIds namespace PlatformIds
{ {