lib/dbus/AsyncRequest: add missing include
This commit is contained in:
parent
7eee79c145
commit
5fa94d2a85
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue