commit | a9b09b6994afb15bb4419b236e8d37646af94c19 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Jun 04 14:07:25 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Jun 13 16:30:11 2022 -0400 |
tree | 9a30ec5bf63d11d45f2de1dfddfdb2af4143cf32 | |
parent | 9a28c3f75256fc526f5c3878c312af447e808c66 [diff] [blame] |
build: make precompiled headers more useful This can reduce the compilation time of a release build (without tests) by more than 40% Refs: #5212 Change-Id: I977aff0c0c7becbfee8a8b55605b81d0c014829b
diff --git a/daemon/face/multicast-udp-transport.cpp b/daemon/face/multicast-udp-transport.cpp index bb373fd..e0b7ac5 100644 --- a/daemon/face/multicast-udp-transport.cpp +++ b/daemon/face/multicast-udp-transport.cpp
@@ -29,6 +29,8 @@ #include "common/privilege-helper.hpp" +#include <boost/asio/ip/multicast.hpp> +#include <boost/asio/ip/v6_only.hpp> #include <boost/functional/hash.hpp> #ifdef __linux__