From 6e8d2ca79cca9ec392dc149bfef4141b00558fc3 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 11 Sep 2011 01:19:26 -0400 Subject: [PATCH] Build - Fixed broken build due to missing include. Just like the old days. --- src/E9.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/E9.cpp b/src/E9.cpp index b6bfb09bd..55451dc9e 100644 --- a/src/E9.cpp +++ b/src/E9.cpp @@ -26,6 +26,7 @@ //////////////////////////////////////////////////////////////////////////////// #include +#include #include #include #include