Fix building the package with GCC-4.8
authorGrzegorz Rynkowski <g.rynkowski@samsung.com>
Wed, 4 Sep 2013 08:56:19 +0000 (10:56 +0200)
committerGrzegorz Rynkowski <g.rynkowski@samsung.com>
Wed, 4 Sep 2013 09:13:17 +0000 (11:13 +0200)
commitc2882f7dceab57e4811dec45e8706fc07269e7aa
treed8e84ee7b3a00db9255d85bd4fb0d7b21aa84eda
parenta561c700adb7bf7bdb38ee644bf4f4f251816e17
Fix building the package with GCC-4.8

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

Change-Id: Ic462ffa18b7a41983fc4843e78c56645cf4d5d7d
modules/widget_interface_dao/dao/widget_interface_dao.cpp