]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3408] Compilation fix.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 18 Apr 2014 12:45:09 +0000 (14:45 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 18 Apr 2014 12:45:09 +0000 (14:45 +0200)
src/lib/cc/data.h

index 81ec15f38f6b33c8f075f831933979c8bf98c979..ef741e1258a56157b3f33fb0613e845614cb5e65 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef ISC_DATA_H
 #define ISC_DATA_H 1
 
+#include <stdint.h>
 #include <string>
 #include <vector>
 #include <map>