Added yet another couple of missing includes (leading to linker errors).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Sep 2002 12:50:07 +0000 (12:50 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Sep 2002 12:50:07 +0000 (12:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/brush.cpp
src/os2/control.cpp
src/os2/font.cpp
src/os2/icon.cpp
src/os2/pen.cpp

index ed7e7e1554877427c70537b12948e8ab6f1c99e5..fb9a09ae3158eb05b22c09241cc1998d9f057a06 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/brush.h"
+#include "wx/log.h"
 #endif
 
 #include "wx/os2/private.h"
index a50497174d8dd5fe5a4a71dfd267f119d430a991..b7e9f82af744bcd12d7b907a5781d2d85fd6b50e 100644 (file)
@@ -21,6 +21,7 @@
 #include "wx/app.h"
 #include "wx/dcclient.h"
 #include "wx/scrolwin.h"
+#include "wx/log.h"
 #endif
 #include "wx/os2/private.h"
 #include "wx/control.h"
index 5ada2e0801acfeba948a027ef52d37b99f3b4f4c..4937df9fd1cd1719e533c0ef2879b93e9cd6e6fb 100644 (file)
@@ -28,6 +28,7 @@
     #include "wx/utils.h"
     #include "wx/app.h"
     #include "wx/font.h"
+    #include "wx/log.h"
 #endif // WX_PRECOMP
 
 #include "wx/os2/private.h"
index 7995a85a23ccbf94b68d261fcf4696a5ab8cb23d..a916c7c979f47c3deedd02d67a0a8844ddffd14b 100644 (file)
@@ -22,6 +22,7 @@
     #include "wx/utils.h"
     #include "wx/app.h"
     #include "wx/icon.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/os2/private.h"
index 975a8f96f6e90db6e52f37c18a17ab222ea8d0d7..dbecd515ea8e736dafb79e22dd0b2a8264c462f5 100644 (file)
@@ -19,6 +19,7 @@
 #include "wx/utils.h"
 #include "wx/app.h"
 #include "wx/pen.h"
+#include "wx/log.h"
 #endif
 
 #include "wx/os2/private.h"