Browse Source

#include <climits>
as Debian builder had LONG_MAX/LONG_MIN undefined.
Problem not noticed on other systems, but this new change was tested
on NetBSD and Debian.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2366 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
13d08243ae
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/cc/data.cc

+ 1 - 0
src/lib/cc/data.cc

@@ -19,6 +19,7 @@
 #include "data.h"
 
 #include <cassert>
+#include <climits>
 #include <cstdio>
 #include <iostream>
 #include <string>