From d70192a63a334fbba63e5d9a9a882256149a0bfb Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 12 Sep 2026 21:11:35 +0900
Subject: Fix FTBFS caused by PR #397.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 tdecore/tdeunicodedata.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tdecore/tdeunicodedata.cpp b/tdecore/tdeunicodedata.cpp
index e18276ed9..ab4704d56 100644
--- a/tdecore/tdeunicodedata.cpp
+++ b/tdecore/tdeunicodedata.cpp
@@ -1,6 +1,7 @@
 #include "tdeunicodedata.h"
 
 #include <algorithm>
+#include <iterator>
 
 // Generated category/subcategory data
 #include "tdeunicodedata_categories.cpp"
-- 
cgit v1.2.3

