From: Vadim Zeitlin Date: Fri, 14 Dec 2007 17:15:30 +0000 (+0000) Subject: compilation fix: need to include wx/thread.h now X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ecd8ca468b0650612562f3db13483fe84fad930 compilation fix: need to include wx/thread.h now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/dfb/app.cpp b/src/dfb/app.cpp index 9fac9fec86..093bd63642 100644 --- a/src/dfb/app.cpp +++ b/src/dfb/app.cpp @@ -19,6 +19,7 @@ #include "wx/app.h" #include "wx/evtloop.h" +#include "wx/thread.h" #include "wx/dfb/private.h" #include "wx/private/fontmgr.h"