diff options
Diffstat (limited to 'ios/web/navigation/navigation_manager_delegate.h')
-rw-r--r-- | ios/web/navigation/navigation_manager_delegate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/web/navigation/navigation_manager_delegate.h b/ios/web/navigation/navigation_manager_delegate.h index 42ff3bd..aa8b1c0f 100644 --- a/ios/web/navigation/navigation_manager_delegate.h +++ b/ios/web/navigation/navigation_manager_delegate.h @@ -5,6 +5,8 @@ #ifndef IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_DELEGATE_H_ #define IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_DELEGATE_H_ +#include <stddef.h> + namespace web { struct LoadCommittedDetails; |