Fixed build issue by including condition_variable header
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Mon, 7 Mar 2016 11:05:12 +0000 (12:05 +0100)
committerJungHo Kim <jhyo.kim@samsung.com>
Mon, 14 Mar 2016 03:52:24 +0000 (03:52 +0000)
commitedfc6c509d3f21d9be26bf95cb3d88b6b6b43938
tree031c74911fd61042ba3b32446894727596299b0d
parent07a6497a5b51e0dd7e03008d4ede68de64df8b08
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: Ieaff9bb24e0dd44e6660c7e2ac2d5d718e4270e2
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/5579
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Mats Wichmann <mats@osg.samsung.com>
Reviewed-by: Sanjeev BA <as2902.b@samsung.com>
Reviewed-by: JungHo Kim <jhyo.kim@samsung.com>
service/scene-manager/unittests/SceneActionTest.cpp