From b8d0b9ab8b36015843f229ed29fb954fb99d8929 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 29 Dec 2013 17:40:59 -0500 Subject: [PATCH] Fix external release builds. Due to a complicated set of circumstances, this was the problem that caused console key input eating on Gehn. Always remember kids, ifdef include hackery is teh ebils. --- Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp b/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp index 827e01ad..71d46461 100644 --- a/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp +++ b/Sources/Plasma/FeatureLib/pfConsole/pfConsole.cpp @@ -52,6 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "plFileSystem.h" #include "plgDispatch.h" #include "plPipeline.h" +#include "plProduct.h" #include "hsTimer.h" #include "plGImage/plPNG.h"