lib/dbus/AsyncRequest: add missing include
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user