Fixed the build error for gcc-14 89/312989/2 accepted/tizen_unified accepted/tizen_unified_dev tizen accepted/tizen/unified/20240618.195755 accepted/tizen/unified/dev/20240620.011218
authorwchang kim <wchang.kim@samsung.com>
Tue, 18 Jun 2024 06:29:39 +0000 (15:29 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 18 Jun 2024 06:42:53 +0000 (15:42 +0900)
Change-Id: I14f162e427db7e3618b3d5c6aaa91440e41e3bca

packaging/add_cstdint_to_fix_build_error.patch

index 5ee7ac5..81dd580 100644 (file)
@@ -10,3 +10,16 @@ index 7b6a720d..09a56abb 100644
  
  #include <zypp/base/String.h>
  using namespace zypp;
+
+diff --git a/src/Table.cc b/src/Table.cc
+index 49f22be5..2a9162a4 100644
+--- a/src/Table.cc
++++ b/src/Table.cc
+@@ -1,6 +1,7 @@
+ #include <iostream>
+ #include <cstring>
+ #include <cstdlib>
++#include <cstdint>
+ #include <zypp/base/LogTools.h>
+ #include <zypp/base/String.h>