From: hyun lee Date: Wed, 24 Jul 2013 14:04:58 +0000 (+0900) Subject: include header file for prevent build error X-Git-Tag: submit/tizen_2.2/20131107.062229~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ada00b3e52565491e004cddacf9b3b683b9a56ab;p=framework%2Fosp%2Fweb.git include header file for prevent build error Change-Id: Iffb3149397c7b8660ef8d8d0e5248ba7e4ff3ff6 Signed-off-by: hyun lee --- diff --git a/src/controls/FWebCtrlGeolocationPermissionManager.cpp b/src/controls/FWebCtrlGeolocationPermissionManager.cpp index d30dc34..d85ced9 100755 --- a/src/controls/FWebCtrlGeolocationPermissionManager.cpp +++ b/src/controls/FWebCtrlGeolocationPermissionManager.cpp @@ -21,6 +21,7 @@ * * The file contains the definition of GeolocationPermissionManager class. */ +#include #include #include #include diff --git a/src/controls/FWebCtrlWebStorageManager.cpp b/src/controls/FWebCtrlWebStorageManager.cpp index c0d43af..518f66e 100755 --- a/src/controls/FWebCtrlWebStorageManager.cpp +++ b/src/controls/FWebCtrlWebStorageManager.cpp @@ -21,6 +21,7 @@ * * The file contains the definition of FWebCtrlWebStorageManager class. */ +#include #include #include #include