Browse Source

Include forgotten header

Include the stdint.h for uint64_t. It compiled on most systems, but
failed on some before.
Michal 'vorner' Vaner 12 years ago
parent
commit
8fa04182fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/datasrc/memory/segment_object_holder.cc

+ 1 - 0
src/lib/datasrc/memory/segment_object_holder.cc

@@ -17,6 +17,7 @@
 #include <boost/lexical_cast.hpp>
 
 #include <cassert>
+#include <stdint.h>
 
 namespace isc {
 namespace datasrc {