]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added missing inclusion of <cstdint> in strutil.h.
authorMarcin Siodelski <marcin@isc.org>
Tue, 5 Apr 2016 13:38:14 +0000 (15:38 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 5 Apr 2016 13:38:53 +0000 (15:38 +0200)
Okayed on jabber.

src/lib/util/strutil.h

index 73cd1291764cdc47ec88943f3369f73f393a2b78..53631a125b736697c384762b6ed882baee0e093b 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <algorithm>
 #include <cctype>
+#include <cstdint>
 #include <string>
 #include <sstream>
 #include <vector>