Browse Source

Added missing include.

Tomek Mrugalski 13 years ago
parent
commit
fd5db1f7aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcp/option.h

+ 1 - 0
src/lib/dhcp/option.h

@@ -17,6 +17,7 @@
 
 #include <string>
 #include <map>
+#include <boost/shared_ptr.hpp>
 #include <boost/shared_array.hpp>
 
 namespace isc {