Browse Source

[master] Add missing include to fix build error

Mukund Sivaraman 12 years ago
parent
commit
79154442df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/d2/ncr_msg.cc

+ 1 - 0
src/bin/d2/ncr_msg.cc

@@ -17,6 +17,7 @@
 #include <asiolink/io_error.h>
 #include <asiolink/io_error.h>
 
 
 #include <sstream>
 #include <sstream>
+#include <limits>
 
 
 namespace isc {
 namespace isc {
 namespace d2 {
 namespace d2 {