Browse Source

[2414] Compilation fix for FreeBSD

Tomek Mrugalski 12 years ago
parent
commit
beca6b4aef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcp/memfile_lease_mgr.cc

+ 1 - 0
src/lib/dhcp/memfile_lease_mgr.cc

@@ -12,6 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
+#include <iostream>
 #include "memfile_lease_mgr.h"
 
 using namespace isc::dhcp;