* bridge/mac/FrameViewMac.mm: Add missing #imports.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16693
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-01 Alexey Proskuryakov <ap@nypop.com>
+
+ Build fix.
+
+ * bridge/mac/FrameViewMac.mm: Add missing #imports.
+
2006-10-01 Dave Hyatt <hyatt@apple.com>
Refactor the code that passes mouse presses to the Mac scrollbar and make it cross-platform.
#import "Document.h"
#import "BlockExceptions.h"
#import "FrameMac.h"
-#import "WebCoreFrameBridge.h"
+#import "MouseEventWithHitTestResults.h"
+#import "PlatformScrollbar.h"
#import "RenderObject.h"
+#import "WebCoreFrameBridge.h"
namespace WebCore {