Fixed the build error using gcc 13 69/295069/1 accepted/tizen_unified_dev accepted/tizen/unified/dev/20230726.115756
authorwchang kim <wchang.kim@samsung.com>
Sun, 2 Jul 2023 22:29:52 +0000 (07:29 +0900)
committerwchang kim <wchang.kim@samsung.com>
Sun, 2 Jul 2023 22:29:52 +0000 (07:29 +0900)
Change-Id: Ic978e5f76c5410a9ce323b1a5fedb42c8c76b0a8

src/esplusplayer/include_internal/esplayer/state_manager.hpp

index 90e6f04..50e79f4 100644 (file)
@@ -37,6 +37,7 @@
 #include <boost/msm/front/state_machine_def.hpp>  // front-end
 #include <mutex>
 #include <vector>
+#include <thread>
 
 #include "core/utils/plusplayer_log.h"
 #include "plusplayer/esplusplayer.h"
@@ -384,4 +385,4 @@ class EsStateManager : private boost::noncopyable {
 
 }  // namespace plusplayer
 
-#endif  // __PLUSPLAYER_SRC_ESPLAYER_STATE_MANAGER_H__
\ No newline at end of file
+#endif  // __PLUSPLAYER_SRC_ESPLAYER_STATE_MANAGER_H__