Fixed build issue by including condition_variable header
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 7 Mar 2016 11:19:05 +0000 (12:19 +0100)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Tue, 15 Mar 2016 05:12:07 +0000 (05:12 +0000)
commit9d0f8289339495f57cc36ff703ae6babe54c406a
tree813223d0eb3f05fdd49a56107c5f5c778ef5e634
parent1b395d956b94afcc69a5a0c7d24a2f75042aa2a4
Fixed build issue by including condition_variable header

Problem was observed while building on Tizen:2.4:Mobile (g++ 4.9.2):

    error: 'condition_variable' in namespace 'std' does not name a type
    std::condition_variable cond;

Change-Id: I03b03af4693738c6a852b0d03b6d6a2744a87109
Origin: https://github.com/TizenTeam/iotivity/tree/sandbox/pcoval/for-upstream
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5577
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Mats Wichmann <mats@osg.samsung.com>
Reviewed-by: Robert Spielmann <spielmann@kellendonk.de>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
service/scene-manager/sampleapp/linux/sceneserver.cpp