diff options
Diffstat (limited to 'WebKit/win/WebBackForwardList.h')
-rw-r--r-- | WebKit/win/WebBackForwardList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/win/WebBackForwardList.h b/WebKit/win/WebBackForwardList.h index 9375193..0ac24c8 100644 --- a/WebKit/win/WebBackForwardList.h +++ b/WebKit/win/WebBackForwardList.h @@ -26,7 +26,8 @@ #ifndef WebBackForwardList_H #define WebBackForwardList_H -#include "WebKit.h" +#include "IWebBackForwardList.h" +#include "IWebBackForwardListPrivate.h" #include "WebHistoryItem.h" |