Browse Source

[master] Include stdint.h in cfg_rsoo.h to prevent build failures.

Okayed, on jabber.
Marcin Siodelski 10 years ago
parent
commit
c0e8c62698
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dhcpsrv/cfg_rsoo.h

+ 1 - 0
src/lib/dhcpsrv/cfg_rsoo.h

@@ -16,6 +16,7 @@
 #define CFG_RSOO_H
 
 #include <boost/shared_ptr.hpp>
+#include <stdint.h>
 #include <set>
 
 namespace isc {