]> git.saurik.com Git - wxWidgets.git/commitdiff
lost log.h fixed
authorChris Elliott <biol75@york.ac.uk>
Fri, 30 Aug 2002 13:49:49 +0000 (13:49 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 30 Aug 2002 13:49:49 +0000 (13:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/docview.cpp
src/generic/printps.cpp
src/gtk/dnd.cpp
src/gtk1/dnd.cpp

index c0b5b82c9da9ff119f2cd449effb5ea31f31ef3b..78f6ea18ef1eafd77d21e567566098c5d57f0627 100644 (file)
@@ -40,6 +40,7 @@
     #include "wx/list.h"
     #include "wx/filedlg.h"
     #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
 
index 36dbcac9a66b857ca48174e80b9d5bf4b1f8a7f4..dfa661141641430f8d3387a8736870ea5c9e0706 100644 (file)
@@ -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"
index d8487a913b1c8411ddc7febed532f7e084b4c0a7..93f307cf8e8db008bf36713a8ca3acb766a0cf12 100644 (file)
@@ -12,7 +12,9 @@
 #endif
 
 #include "wx/dnd.h"
-
+#include "wx/log.h"
+                                                                              
+                                                                               
 #if wxUSE_DRAG_AND_DROP
 
 #include "wx/window.h"
index d8487a913b1c8411ddc7febed532f7e084b4c0a7..93f307cf8e8db008bf36713a8ca3acb766a0cf12 100644 (file)
@@ -12,7 +12,9 @@
 #endif
 
 #include "wx/dnd.h"
-
+#include "wx/log.h"
+                                                                              
+                                                                               
 #if wxUSE_DRAG_AND_DROP
 
 #include "wx/window.h"