From afdd5f286241cd9d4885316c82d2a3a3979139b9 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Fri, 18 Oct 2013 14:53:14 -0500 Subject: [PATCH] Fixed building on Linux. --- src/components/OptionListComponent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/OptionListComponent.h b/src/components/OptionListComponent.h index 475411db2..d28d5b63e 100644 --- a/src/components/OptionListComponent.h +++ b/src/components/OptionListComponent.h @@ -6,6 +6,7 @@ #include #include "../Renderer.h" #include "NinePatchComponent.h" +#include "../Window.h" //Used to display a list of options. //Can select one or multiple options.