commit | 9092699c46818a1777477813f0a8ba35fa127804 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Fri Sep 11 12:59:33 2020 -0700 |
committer | Ed Tanous <ed@tanous.net> | Fri Sep 11 13:00:18 2020 -0700 |
tree | b85d06e2c08661836aef88108afe26cdae1c7c71 | |
parent | 25b26e162bd109b51aa09b16f26f9aa3d9d940fa [diff] |
Fix includes Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I31ad72cb8ad6f7cb44e8da370954354e199eb165
diff --git a/src/sel_logger.cpp b/src/sel_logger.cpp index 186072e..5f330e0 100644 --- a/src/sel_logger.cpp +++ b/src/sel_logger.cpp
@@ -16,6 +16,7 @@ #include <systemd/sd-journal.h> #include <boost/algorithm/string.hpp> +#include <boost/asio/io_service.hpp> #include <boost/container/flat_map.hpp> #include <boost/container/flat_set.hpp> #include <pulse_event_monitor.hpp>