Browse Source

[2317] Add missing includes to resolve compilation problems

Stephen Morris 12 years ago
parent
commit
c3edda086f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/dhcpsrv/option_space_container.h

+ 3 - 0
src/lib/dhcpsrv/option_space_container.h

@@ -15,6 +15,9 @@
 #ifndef OPTION_SPACE_CONTAINER_H
 #define OPTION_SPACE_CONTAINER_H
 
+#include <list>
+#include <string>
+
 namespace isc {
 namespace dhcp {