From 4946174f55b2338f070d27af974e7675c9bdcaed Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sat, 12 Mar 2016 19:08:39 -1000 Subject: [PATCH] Windows build fix --- Runtime/GuiSys/CGuiFunctionDef.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/GuiSys/CGuiFunctionDef.hpp b/Runtime/GuiSys/CGuiFunctionDef.hpp index 9f94acc67..029b43522 100644 --- a/Runtime/GuiSys/CGuiFunctionDef.hpp +++ b/Runtime/GuiSys/CGuiFunctionDef.hpp @@ -2,6 +2,7 @@ #define __URDE_CGUIFUNCTIONDEF_HPP__ #include "CGuiFuncParm.hpp" +#include namespace urde {