From: Jouk Jansen Date: Mon, 16 Feb 2009 08:20:47 +0000 (+0000) Subject: motif/cursor.cpp: adding include wx/log.h to define wxLogError X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9261e8f17d149a10a62ae83488c84c32a442f9b5 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 --- 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__