diff --git a/build/patches/Eyeo-Adblock-for-Cromite.patch b/build/patches/Eyeo-Adblock-for-Cromite.patch index 1bc8f607..e37f1e15 100644 --- a/build/patches/Eyeo-Adblock-for-Cromite.patch +++ b/build/patches/Eyeo-Adblock-for-Cromite.patch @@ -10093,4 +10093,16 @@ diff --git a/tools/typescript/definitions/adblock_private.d.ts b/tools/typescrip export interface SessionStatsEntry { url: string; count: number; +diff --git a/components/adblock/core/converter/parser/url_filter_options.h b/components/adblock/core/converter/parser/url_filter_options.h +index 3cd7fd9..1225692 100644 +--- a/components/adblock/core/converter/parser/url_filter_options.h ++++ b/components/adblock/core/converter/parser/url_filter_options.h +@@ -18,6 +18,7 @@ + #ifndef COMPONENTS_ADBLOCK_CORE_CONVERTER_PARSER_URL_FILTER_OPTIONS_H_ + #define COMPONENTS_ADBLOCK_CORE_CONVERTER_PARSER_URL_FILTER_OPTIONS_H_ + ++#include + #include + #include + #include --