fixup! [1.0.27] Add ConnectionStats abstraction 73/302373/1 accepted/tizen_unified_riscv accepted/tizen/unified/20231211.095326 accepted/tizen/unified/riscv/20231211.043611
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 6 Dec 2023 03:13:20 +0000 (12:13 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 6 Dec 2023 03:14:26 +0000 (12:14 +0900)
fix gcc-13 build error by adding a missing header

Change-Id: Id78f5778f2d4ed6d9144bb67eb942f8c53d17f30

include/MediaTransporterConnectionStats.h

index 39b07bd..0b4084d 100644 (file)
@@ -17,9 +17,9 @@
 #ifndef __TIZEN_MEDIA_TRANSPORTER_CONNECTION_STATS_H__
 #define __TIZEN_MEDIA_TRANSPORTER_CONNECTION_STATS_H__
 
-#include <variant>
-#include <memory>
 #include <map>
+#include <memory>
+#include <optional>
 #include <glib-object.h>
 
 #include "MediaTransporter.h"