diff options
Diffstat (limited to 'components/omnibox/browser/url_prefix.h')
-rw-r--r-- | components/omnibox/browser/url_prefix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/omnibox/browser/url_prefix.h b/components/omnibox/browser/url_prefix.h index a0b555d..96fd1ef 100644 --- a/components/omnibox/browser/url_prefix.h +++ b/components/omnibox/browser/url_prefix.h @@ -5,6 +5,8 @@ #ifndef COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_ #define COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_ +#include <stddef.h> + #include <vector> #include "base/strings/string16.h" |