summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-04-16 09:10:41 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-04-16 09:10:41 +0200
commite8ec37c62f561cf286ccbce294688360624b4636 (patch)
treefe8fb020c8c62e08b46b2ff287aaef350be2bb70
parent03cf41d9b015fab3d30f98b50923d0c296fa9824 (diff)
downloadtdegraphics-master.tar.gz
tdegraphics-master.zip
Fix FTBFS from prior commit.HEADmaster
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--kghostview/kgvdocument.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kghostview/kgvdocument.cpp b/kghostview/kgvdocument.cpp
index ec70944d..8a1a6776 100644
--- a/kghostview/kgvdocument.cpp
+++ b/kghostview/kgvdocument.cpp
@@ -17,6 +17,7 @@
*/
#include <algorithm>
+#include <functional>
#include <memory>
#include <tqfileinfo.h>