neighbor/Iter: add missing include

This commit is contained in:
Max Kellermann 2018-06-04 17:23:42 +02:00
parent a159299a4b
commit a92c694f1b
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#ifndef ODBUS_ITER_HXX
#define ODBUS_ITER_HXX
#include <dbus/dbus.h>
namespace ODBus {
class MessageIter {