summaryrefslogtreecommitdiff
path: root/src/resources/buddylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/buddylist.h')
-rw-r--r--src/resources/buddylist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/buddylist.h b/src/resources/buddylist.h
index 5f082ba7..33c85723 100644
--- a/src/resources/buddylist.h
+++ b/src/resources/buddylist.h
@@ -24,9 +24,10 @@
#ifndef _TMW_BUDDYLIST_H
#define _TMW_BUDDYLIST_H
-#include <guichan.hpp>
+#include <iosfwd>
#include <list>
-#include <string>
+
+#include <guichan/listmodel.hpp>
class BuddyList : public gcn::ListModel {
public: