]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed old asio.hpp include in new code (bis)
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 14:37:36 +0000 (16:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 14:37:36 +0000 (16:37 +0200)
src/lib/dhcpsrv/tests/timer_mgr_unittest.cc

index cb9f74c29c7b12e871c634223a6d7aeb02e8c8e0..b89f4121892184f70c6f0ec7eb9ff90aa3203e6f 100644 (file)
@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <asio.hpp>
+#include <boost/asio.hpp>
 #include <config.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/timer_mgr.h>