Parcourir la source

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

Okayed, on jabber.
Marcin Siodelski il y a 10 ans
Parent
commit
c0e8c62698
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {