Missing header

This commit is contained in:
PF4Public
2024-08-01 17:50:07 +02:00
parent 9a506b2f79
commit 28a47b5ba8
@@ -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>
--