neighbor/Iter: add missing include
This commit is contained in:
parent
a159299a4b
commit
a92c694f1b
|
@ -33,6 +33,8 @@
|
||||||
#ifndef ODBUS_ITER_HXX
|
#ifndef ODBUS_ITER_HXX
|
||||||
#define ODBUS_ITER_HXX
|
#define ODBUS_ITER_HXX
|
||||||
|
|
||||||
|
#include <dbus/dbus.h>
|
||||||
|
|
||||||
namespace ODBus {
|
namespace ODBus {
|
||||||
|
|
||||||
class MessageIter {
|
class MessageIter {
|
||||||
|
|
Loading…
Reference in New Issue