Browse Source

[1641] Add missing #include of missing header file

"string.h" is requested to define memset().
Stephen Morris 13 years ago
parent
commit
9e3c7d57f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

+ 1 - 0
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

@@ -22,6 +22,7 @@
 #include <sstream>
 #include <vector>
 #include <stdint.h>
+#include <string.h>
 
 using namespace std;