Browse Source

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

Francis Dupont 9 years ago
parent
commit
279c55e6b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/timer_mgr_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/timer_mgr_unittest.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 <config.h>
 #include <dhcp/iface_mgr.h>
 #include <dhcpsrv/timer_mgr.h>