diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-04 22:00:49 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-04 22:00:52 +0200 |
commit | 5fa94d2a853d67a9a7b93f934c3a2eeae6bd2726 (patch) | |
tree | 7444efc9f8afe4df80f61c605b0e8ea62d94cce2 /src/lib/dbus | |
parent | 7eee79c14570cea5ae2a890bb443cbbf6c05d657 (diff) |
lib/dbus/AsyncRequest: add missing include
Diffstat (limited to 'src/lib/dbus')
-rw-r--r-- | src/lib/dbus/AsyncRequest.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dbus/AsyncRequest.hxx b/src/lib/dbus/AsyncRequest.hxx index bd968f69f..1a5ae8c13 100644 --- a/src/lib/dbus/AsyncRequest.hxx +++ b/src/lib/dbus/AsyncRequest.hxx @@ -31,6 +31,7 @@ #define ODBUS_ASYNC_REQUEST_HXX #include "PendingCall.hxx" +#include "Message.hxx" #include <functional> @@ -38,8 +39,6 @@ namespace ODBus { -class Message; - /** * Helper class which makes sending messages and receiving the * response asynchronously easy. |