From: Stephen Morris Date: Fri, 11 Jan 2013 18:27:01 +0000 (+0000) Subject: [2317] Add missing includes to resolve compilation problems X-Git-Tag: bind10-1.0.0-rc-release~100^2~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3edda086f948bc9c6bd46c8b9198a2e5261eac2;p=thirdparty%2Fkea.git [2317] Add missing includes to resolve compilation problems --- diff --git a/src/lib/dhcpsrv/option_space_container.h b/src/lib/dhcpsrv/option_space_container.h index e063f7bb85..69093c12d4 100644 --- a/src/lib/dhcpsrv/option_space_container.h +++ b/src/lib/dhcpsrv/option_space_container.h @@ -15,6 +15,9 @@ #ifndef OPTION_SPACE_CONTAINER_H #define OPTION_SPACE_CONTAINER_H +#include +#include + namespace isc { namespace dhcp {