diff --git a/src/common/docview.cpp b/src/common/docview.cpp index c0b5b82c9d..78f6ea18ef 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -40,6 +40,7 @@ #include "wx/list.h" #include "wx/filedlg.h" #include "wx/intl.h" + #include "wx/log.h" #endif diff --git a/src/generic/printps.cpp b/src/generic/printps.cpp index 36dbcac9a6..dfa6611416 100644 --- a/src/generic/printps.cpp +++ b/src/generic/printps.cpp @@ -39,6 +39,7 @@ #include "wx/msgdlg.h" #include "wx/intl.h" #include "wx/progdlg.h" + #include "wx/log.h" #endif #include "wx/generic/printps.h" diff --git a/src/gtk/dnd.cpp b/src/gtk/dnd.cpp index d8487a913b..93f307cf8e 100644 --- a/src/gtk/dnd.cpp +++ b/src/gtk/dnd.cpp @@ -12,7 +12,9 @@ #endif #include "wx/dnd.h" - +#include "wx/log.h" + + #if wxUSE_DRAG_AND_DROP #include "wx/window.h" diff --git a/src/gtk1/dnd.cpp b/src/gtk1/dnd.cpp index d8487a913b..93f307cf8e 100644 --- a/src/gtk1/dnd.cpp +++ b/src/gtk1/dnd.cpp @@ -12,7 +12,9 @@ #endif #include "wx/dnd.h" - +#include "wx/log.h" + + #if wxUSE_DRAG_AND_DROP #include "wx/window.h"