lib/dbus/AsyncRequest: add missing include

This commit is contained in:
Max Kellermann 2018-06-04 22:00:49 +02:00
parent 7eee79c145
commit 5fa94d2a85
1 changed files with 1 additions and 2 deletions

View File

@ -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.