lib/dbus/AppendIter: add missing include

This commit is contained in:
Max Kellermann 2023-01-03 16:08:12 +01:00 committed by Max Kellermann
parent 258830e913
commit 65b9b3195c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "Iter.hxx"
#include "Values.hxx"
#include <cstdint>
#include <stdexcept>
namespace ODBus {