Fixed build break
authorJihoon Chung <jihoon.chung@samsung.com>
Mon, 10 Dec 2012 04:41:48 +0000 (13:41 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Mon, 10 Dec 2012 04:42:22 +0000 (13:42 +0900)
[Issue#] N/A
[Problem] Build break is occurred in the headers which are using
DPL:ScopedPtr
[Cause] Missed header
[Solution] Add header, dpl/scoped_ptr.h
[SCMRequest] N/A

Change-Id: Ia9d9cb1a976d2bf71dc3b8d7b62dc8128b1c0b9e

webapp-detail/detailview.h [changed mode: 0755->0644]
webapp-detail/mainview.h
webapp-detail/permview.h

old mode 100755 (executable)
new mode 100644 (file)
index c80c590..d717e5d
@@ -21,6 +21,7 @@
 
 #undef None
 #include <dpl/wrt-dao-rw/widget_dao.h>
+#include <dpl/scoped_ptr.h>
 
 #include "view.h"
 
index 050789e..a51ad47 100644 (file)
   * limitations under the License.
   */
 
-#ifndef WEB_SRC_SETTING_WEBAPP_DETAIL_MAINVIEW_H_ 
+#ifndef WEB_SRC_SETTING_WEBAPP_DETAIL_MAINVIEW_H_
 #define WEB_SRC_SETTING_WEBAPP_DETAIL_MAINVIEW_H_
 
 #include <Evas.h>
 #include <ui-gadget.h>
+#include <dpl/scoped_ptr.h>
 
 #include "detailview.h"
 #include "permview.h"
index a8e547d..9a25f8f 100644 (file)
@@ -20,6 +20,7 @@
 #include <Evas.h>
 
 #include <dpl/wrt-dao-rw/widget_dao.h>
+#include <dpl/scoped_ptr.h>
 
 #include "view.h"
 #include "feature.h"