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)
committerHabib Virji <habib.virji@samsung.com>
Wed, 9 Mar 2016 16:06:11 +0000 (16:06 +0000)
commit61cd6ba776f3f6209aa874e7d0ea55f894ea3fa7
tree5099ab1186e12ae661d2cec5100447ff541b7d7e
parent09bb2523e0c99b55de291ab80bcdc482ff8388d2
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/5495
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Mats Wichmann <mats@osg.samsung.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
service/scene-manager/unittests/SceneActionTest.cpp