Fix GCC 13 incompatibilities 43/302843/1 accepted/tizen_unified_riscv accepted/tizen/unified/20231215.165130 accepted/tizen/unified/riscv/20231215.050435
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 26 Jun 2023 13:56:32 +0000 (15:56 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Thu, 14 Dec 2023 10:01:16 +0000 (11:01 +0100)
Change-Id: I4a1f4098a3fadba81c9c44801f1ec80dc8ce2c41

src/internal/array_with_size.hpp
src/internal/cynara.hpp

index e057d36..21903c5 100644 (file)
@@ -22,6 +22,7 @@
 #pragma once
 
 #include <array>
+#include <cstddef>
 
 template <typename T, size_t MAX_SIZE>
 class ArrayWithSize : public std::array<T, MAX_SIZE> {
index 3802d72..d6afefa 100644 (file)
@@ -27,6 +27,7 @@
 #include <cynara-session.h>
 #include <string>
 #include <sys/types.h>
+#include <cstdint>
 
 namespace ldp_cynara {
        enum class CynaraResult : uint8_t {