From cabc099def70b88ef03e1cad3be8c21248c54bf5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 10 Oct 2014 10:07:43 -0400 Subject: [PATCH] Portability - Missing include. --- src/commands/CmdCustom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index 8bf82b3ea..964e49553 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include