From 50c95f691c6a37db5ff545d2c477c4cf008e3432 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 3 May 2007 12:30:30 +0000 Subject: [PATCH] compilation fix for PCH-less build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/glx11.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.0