]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/evtloop.cpp
No real changes, just make wxWindow::CanScroll() virtual.
[wxWidgets.git] / src / dfb / evtloop.cpp
index eb86834bc56b85d2293263a55477dd5416e29a95..9dc00616dbd38303aef21cb0488263dadd277e60 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxEventLoop implementation
 // Author:      Vaclav Slavik
 // Created:     2006-08-16
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -23,6 +22,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/thread.h"