From: Vadim Zeitlin Date: Mon, 17 Aug 2009 23:46:48 +0000 (+0000) Subject: Added missing wx/log.h header. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b72534442041f4886728da48e632528d8b55c24b Added missing wx/log.h header. This fixes compilation without PCH. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/fdiounix.cpp b/src/unix/fdiounix.cpp index 746d8ed9bb..efe7b8d4a0 100644 --- a/src/unix/fdiounix.cpp +++ b/src/unix/fdiounix.cpp @@ -24,6 +24,7 @@ #endif #include "wx/apptrait.h" +#include "wx/log.h" #include "wx/private/fdiodispatcher.h" #include "wx/unix/private/fdiounix.h"