Fixed the build error using gcc 13 26/295126/1
authorwchang kim <wchang.kim@samsung.com>
Mon, 3 Jul 2023 06:10:39 +0000 (15:10 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 3 Jul 2023 06:10:39 +0000 (15:10 +0900)
Change-Id: I852cd39d800a341a5acbab9ef702f46881b95f60

component_based/port/socket.hh
component_based/port/util.hh

index ccec6da59355184cb210803cd70a7a360f54b162..32296de76824656fd76f87786195d5ffe2fa2da9 100644 (file)
@@ -18,6 +18,7 @@
 #define COMPONENT_BASED_PORT_SOCKET_HH_
 
 #include <string>
+#include <cstdint>
 
 namespace component_based {
 
index aa7d09be495fb4dbd22598330871ca4ac3bf0990..e02eb050676571171169b8d5800dc68e722fa1f4 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace component_based {