From: Vadim Zeitlin Date: Thu, 3 May 2007 12:30:30 +0000 (+0000) Subject: compilation fix for PCH-less build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/50c95f691c6a37db5ff545d2c477c4cf008e3432 compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/glx11.cpp b/src/unix/glx11.cpp index 576c7c84fe..d31f34c936 100644 --- a/src/unix/glx11.cpp +++ b/src/unix/glx11.cpp @@ -22,6 +22,7 @@ #if wxUSE_GLCANVAS #ifndef WX_PRECOMP + #include "wx/log.h" #endif //WX_PRECOMP #include "wx/glcanvas.h"