diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-04-17 09:04:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-04-17 09:04:45 +0200 |
commit | 28a7c978f6332d082b42c676c727b3921888106c (patch) | |
tree | b536ee6d3aef79e15e65de534a4f5d784b1c3e2a | |
parent | d1d6940000528261bd779fe38d584caa6f278438 (diff) | |
download | kdbg-28a7c978f6332d082b42c676c727b3921888106c.tar.gz kdbg-28a7c978f6332d082b42c676c727b3921888106c.zip |
Fix FTBFS from prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | kdbg/typetable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index f0aa7a9..007471b 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -11,6 +11,7 @@ #include <ksimpleconfig.h> #include <list> #include <algorithm> +#include <functional> #include <iterator> #ifdef HAVE_CONFIG_H #include "config.h" |