]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Added missing include.
authorTomek Mrugalski <tomasz@isc.org>
Mon, 17 Oct 2011 15:37:27 +0000 (17:37 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 17 Oct 2011 15:37:27 +0000 (17:37 +0200)
src/lib/dhcp/option.h

index f81a065ec487a074272565f742866b5f11e7e851..5be1be3a563496df8aae400705d2ffa747a48452 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <string>
 #include <map>
+#include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 
 namespace isc {