From: Grzegorz Rynkowski Date: Wed, 4 Sep 2013 08:56:19 +0000 (+0200) Subject: Fix building the package with GCC-4.8 X-Git-Tag: submit/tizen_2.2/20130927.091100^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2882f7dceab57e4811dec45e8706fc07269e7aa;p=platform%2Fframework%2Fweb%2Fwrt-commons.git 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 --- diff --git a/modules/widget_interface_dao/dao/widget_interface_dao.cpp b/modules/widget_interface_dao/dao/widget_interface_dao.cpp index 88e13ac..7bc61b7 100644 --- a/modules/widget_interface_dao/dao/widget_interface_dao.cpp +++ b/modules/widget_interface_dao/dao/widget_interface_dao.cpp @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include