Browse Source

[master] Fixed old asio.hpp include in new code

Francis Dupont 9 years ago
parent
commit
70eeece539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/timer_mgr.cc

+ 1 - 1
src/lib/dhcpsrv/timer_mgr.cc

@@ -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 <asiolink/io_service.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/dhcpsrv_log.h>