]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/scrthumb.cpp
applied SF patch #846738 mousewheel support
[wxWidgets.git] / src / univ / scrthumb.cpp
index 0aa837dc2fba212af4f6dd38d47b22d046b10d0c..9e8b41106220888b62af64148a3560e787f3050f 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     13.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vadim Zeitlin
-// Licence:     wxWindows license
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// 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"