lib/dbus/AsyncRequest: add missing include
This commit is contained in:
parent
7eee79c145
commit
5fa94d2a85
|
@ -31,6 +31,7 @@
|
||||||
#define ODBUS_ASYNC_REQUEST_HXX
|
#define ODBUS_ASYNC_REQUEST_HXX
|
||||||
|
|
||||||
#include "PendingCall.hxx"
|
#include "PendingCall.hxx"
|
||||||
|
#include "Message.hxx"
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
@ -38,8 +39,6 @@
|
||||||
|
|
||||||
namespace ODBus {
|
namespace ODBus {
|
||||||
|
|
||||||
class Message;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper class which makes sending messages and receiving the
|
* Helper class which makes sending messages and receiving the
|
||||||
* response asynchronously easy.
|
* response asynchronously easy.
|
||||||
|
|
Loading…
Reference in New Issue