]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/scrthumb.cpp
removed assert which became incorrect after last change
[wxWidgets.git] / src / univ / scrthumb.cpp
index 4d46b9c35b1a806a11fa83435638c90b053fbbf5..9e8b41106220888b62af64148a3560e787f3050f 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     13.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "univscrthumb.h"
 #endif
 
@@ -29,6 +29,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/window.h"
+    #include "wx/renderer.h"
 #endif // WX_PRECOMP
 
 #include "wx/univ/scrtimer.h"