aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libserver/css/css_tokeniser.hxx1
-rw-r--r--src/libserver/html/html_tag.hxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/css/css_tokeniser.hxx b/src/libserver/css/css_tokeniser.hxx
index 8091ad624..897489974 100644
--- a/src/libserver/css/css_tokeniser.hxx
+++ b/src/libserver/css/css_tokeniser.hxx
@@ -24,6 +24,7 @@
#include <variant>
#include <list>
#include <functional>
+#include <cstdint>
#include "mem_pool.h"
namespace rspamd::css {
diff --git a/src/libserver/html/html_tag.hxx b/src/libserver/html/html_tag.hxx
index ba086be82..cb83502f5 100644
--- a/src/libserver/html/html_tag.hxx
+++ b/src/libserver/html/html_tag.hxx
@@ -23,6 +23,7 @@
#include <variant>
#include <vector>
#include <optional>
+#include <cstdint>
#include "html_tags.h"