fix build error with boost 1.77.0 70/269270/1 accepted/tizen/unified/20220112.080707 submit/tizen/20220112.080042
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 12 Jan 2022 07:59:48 +0000 (16:59 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 12 Jan 2022 07:59:48 +0000 (16:59 +0900)
Change-Id: I13fea11e7d39687929917303ec08907f87b323a7

packaging/esplusplayer.spec
src/plusplayer-core/src/track_util.cpp

index 4734571..d4ebb30 100644 (file)
@@ -2,7 +2,7 @@
 %bcond_without ESPLUSPLAYER_UT
 Name:       esplusplayer
 Summary:    new multimedia streaming player
-Version:    0.0.3
+Version:    0.0.4
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 2d05e10..0346141 100644 (file)
@@ -5,6 +5,7 @@
 #include "core/track_util.h"
 
 #include <string>
+#include <algorithm>
 #include <inttypes.h>
 #include "core/utils/plusplayer_log.h"