]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/scrolbar.cpp
Missing header.
[wxWidgets.git] / src / mac / carbon / scrolbar.cpp
index bc2962811b9ad6bc77cdb0a8a973569a74373768..02e3d04beff968e83f91496f2db76d98797f67b7 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/scrolbar.h"
@@ -237,5 +238,5 @@ wxSize wxScrollBar::DoGetBestSize() const
 
     wxSize best(w, h);
     CacheBestSize(best);
-    return best;  
+    return best;
 }