Commit 14061442 authored by Max Kellermann's avatar Max Kellermann

lib/dbus/Watch: add missing include for assert()

parent bb6ab671
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
#include "Watch.hxx" #include "Watch.hxx"
#include <cassert>
namespace ODBus { namespace ODBus {
WatchManager::Watch::Watch(EventLoop &event_loop, WatchManager::Watch::Watch(EventLoop &event_loop,
......
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