From 9261e8f17d149a10a62ae83488c84c32a442f9b5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 16 Feb 2009 08:20:47 +0000 Subject: [PATCH] motif/cursor.cpp: adding include wx/log.h to define wxLogError git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/cursor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/cursor.cpp b/src/motif/cursor.cpp index df2e6c14b9..68f66e43e2 100644 --- a/src/motif/cursor.cpp +++ b/src/motif/cursor.cpp @@ -23,6 +23,7 @@ #include "wx/utils.h" #include "wx/window.h" #include "wx/image.h" + #include "wx/log.h" #endif #ifdef __VMS__ -- 2.47.2