summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/job_manager_view.h')
-rw-r--r--src/wx/job_manager_view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index a83b481dc..c6805aaa9 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -21,9 +21,10 @@
* @brief Class which is a wxPanel for showing the progress of jobs.
*/
-#include <string>
-#include <boost/shared_ptr.hpp>
#include <wx/wx.h>
+#include <boost/shared_ptr.hpp>
+#include <string>
+#include <list>
class Job;
class JobRecord;