summaryrefslogtreecommitdiff
path: root/library/multithreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/multithreading.h')
-rw-r--r--library/multithreading.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/multithreading.h b/library/multithreading.h
index 68ad7492..bf0da145 100644
--- a/library/multithreading.h
+++ b/library/multithreading.h
@@ -2,6 +2,7 @@
#define MULTITHREADING_H_INCLUDED
#include "statusHandler.h"
+#include <wx/thread.h>
class WorkerThread;
bgstack15