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 868958e159
commit 80b1f49af7
1 changed files with 1 additions and 0 deletions

View File

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