summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 70491957..cfe709dc 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -24,8 +24,14 @@
#ifndef _TMW_SETUP_H
#define _TMW_SETUP_H
+#include <vector>
+
+#include <guichan/listmodel.hpp>
+
#include "window.h"
+#include "../guichanfwd.h"
+
/**
* The list model for mode list.
*
@@ -104,7 +110,6 @@ class Setup : public Window, public gcn::ActionListener
*/
void
action(const std::string& eventId);
-
};
extern Setup *setupWindow;