summaryrefslogtreecommitdiff
path: root/src/gui/listbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/listbox.cpp')
-rw-r--r--src/gui/listbox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/listbox.cpp b/src/gui/listbox.cpp
index 1e266fb8..5b20bb55 100644
--- a/src/gui/listbox.cpp
+++ b/src/gui/listbox.cpp
@@ -23,6 +23,10 @@
#include "listbox.h"
+#include <guichan/font.hpp>
+#include <guichan/graphics.hpp>
+#include <guichan/listmodel.hpp>
+
ListBox::ListBox():
gcn::ListBox()
{