Fix building the package with GCC-4.8
authorGrzegorz Rynkowski <g.rynkowski@samsung.com>
Fri, 20 Sep 2013 09:23:56 +0000 (11:23 +0200)
committerGrzegorz Rynkowski <g.rynkowski@samsung.com>
Fri, 20 Sep 2013 09:26:53 +0000 (11:26 +0200)
commit089baeb73e76cfe301bfacd67b90247a522d7eb1
treec5b8bb43631ca17e209218596782ca065ba71285
parent5550ca59370b30525d325b32c05dcc11d97103d8
Fix building the package with GCC-4.8

[Problem]      The package cannot be built with gcc-4.8.
[Cause]        Missing #include statements.
[Solution]     Add the missing #include statements.
[Verification] Build package both with current (GCC-4.5) and (GCC-4.8)
               version of compiler.
[SCMRequest]   N/A

Change-Id: I1c8ec9183989e0099a229b55014f83c2119ed458
modules/test/src/test_runner_multiprocess.cpp