]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2970] Added cstdint include
authorFrancis Dupont <fdupont@isc.org>
Thu, 3 Aug 2023 15:44:14 +0000 (17:44 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 7 Aug 2023 15:33:19 +0000 (17:33 +0200)
src/bin/agent/agent_lexer.ll
src/bin/d2/d2_lexer.ll
src/bin/dhcp4/dhcp4_lexer.ll
src/bin/dhcp6/dhcp6_lexer.ll
src/bin/netconf/netconf_lexer.ll
src/lib/eval/lexer.ll

index 9b0ce1b9b9bcd2391ef99423ec8bcaf8d1765444..79d70a8bf33ff2a4b6a6bb789c7bd39cbe051cde 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017-2022 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2017-2023 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -12,6 +12,7 @@
 #include <cctype>
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <agent/parser_context.h>
index 7cff6e1cbf999f37475d76836f110f0eeb9c032e..c89168c532ffc53d3717bd0422472e53b2326d00 100644 (file)
@@ -12,6 +12,7 @@
 #include <cctype>
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <d2/parser_context.h>
index 6aaa84b3490a249346457b40dada667901235ab3..63556bddf8955f7da22ecdc70b9b8db9187d8e11 100644 (file)
@@ -12,6 +12,7 @@
 #include <cctype>
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <dhcp4/parser_context.h>
index 0ef986908adb6308e3db5f776829950c86ebd5cd..f2b27eb936436644f113d6156ead8cf633dd303b 100644 (file)
@@ -12,6 +12,7 @@
 #include <cctype>
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <dhcp6/parser_context.h>
index 5f056a6f5fccf4f37dc9b5722f5e0bcb2e88970f..768efe34791461b56ff47b7b9ea67f8eb239e077 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2018-2023 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -12,6 +12,7 @@
 #include <cctype>
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <netconf/parser_context.h>
index 3c376c24266cca725493e2d8a661bd368ca7421f..b7e83a450c025b8e0774550ab47b705cc0322080 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2022 Internet Systems Consortium, Inc. ("ISC")
+/* Copyright (C) 2015-2023 Internet Systems Consortium, Inc. ("ISC")
 
    This Source Code Form is subject to the terms of the Mozilla Public
    License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -11,6 +11,7 @@
 
 #include <cerrno>
 #include <climits>
+#include <cstdint>
 #include <cstdlib>
 #include <string>
 #include <eval/eval_context.h>