diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-04 17:23:42 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-04 17:23:55 +0200 |
commit | a92c694f1be2a3e47dea9af1448bc798881c0d74 (patch) | |
tree | 5a2615f90cf840d5d5bb5b36056462eb6fe36a22 /src/lib | |
parent | a159299a4b4d208f2d4576b6c83503ca285d86fd (diff) |
neighbor/Iter: add missing include
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/dbus/Iter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dbus/Iter.hxx b/src/lib/dbus/Iter.hxx index 86e73d3ed..3a3f4fddb 100644 --- a/src/lib/dbus/Iter.hxx +++ b/src/lib/dbus/Iter.hxx @@ -33,6 +33,8 @@ #ifndef ODBUS_ITER_HXX #define ODBUS_ITER_HXX +#include <dbus/dbus.h> + namespace ODBus { class MessageIter { |