From: Vadim Zeitlin Date: Fri, 14 Dec 2007 23:55:02 +0000 (+0000) Subject: another file which needs wx/thread.h inclusion now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5cd8b5b8ba2511da91e8003f3948d4648aa18e0a another file which needs wx/thread.h inclusion now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/evtloop.cpp b/src/motif/evtloop.cpp index fa1db8c84c..6886f5d3e1 100644 --- a/src/motif/evtloop.cpp +++ b/src/motif/evtloop.cpp @@ -33,6 +33,7 @@ #endif //WX_PRECOMP #include "wx/evtloop.h" +#include "wx/thread.h" #ifdef __VMS__ #pragma message disable nosimpint