summaryrefslogtreecommitdiff
path: root/src/wx/servers_list_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 16:10:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 18:00:28 +0100
commitdbf43f9113d88245f27493fd5d6950ba142b7f1f (patch)
treea8f884bc08421fd507ca249ea9610cadb09b7336 /src/wx/servers_list_dialog.h
parentedbdc717041a76b01b77a4495031478082f5882e (diff)
Move ServerDescription into its own header.
Diffstat (limited to 'src/wx/servers_list_dialog.h')
-rw-r--r--src/wx/servers_list_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/servers_list_dialog.h b/src/wx/servers_list_dialog.h
index 60fcdb236..6adc90655 100644
--- a/src/wx/servers_list_dialog.h
+++ b/src/wx/servers_list_dialog.h
@@ -17,9 +17,10 @@
*/
+#include "lib/server.h"
#include <wx/wx.h>
#include <wx/listctrl.h>
-#include "lib/server.h"
+#include <boost/signals2.hpp>
class ServersListDialog : public wxDialog
{