From d102ef1485a46a8e2bf294b58cf078e7ba1c8e17 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Mon, 26 May 2014 19:51:07 -0500 Subject: [PATCH] Add missing #include to fix building on Linux. --- src/PlatformId.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlatformId.cpp b/src/PlatformId.cpp index 0ab9d180c..124a5eefb 100644 --- a/src/PlatformId.cpp +++ b/src/PlatformId.cpp @@ -1,4 +1,5 @@ #include "PlatformId.h" +#include namespace PlatformIds {