Commit 5fa94d2a authored by Max Kellermann's avatar Max Kellermann

lib/dbus/AsyncRequest: add missing include

parent 7eee79c1
...@@ -31,6 +31,7 @@ ...@@ -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 @@ ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment