Missing header
This commit is contained in:
@@ -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 <cstdint>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user