fix build break due to wrong header file
authorYunchan Cho <yunchan.cho@samsung.com>
Fri, 30 Nov 2012 09:57:08 +0000 (18:57 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Fri, 30 Nov 2012 10:26:34 +0000 (19:26 +0900)
[Issue#]       N/A
[Bug]          build break
[Cause]        optional.h dosen't include OptionalString type
[Solution]     optional_typedefs.h is used instead of optional.h

Change-Id: Iba08a0d57f04fe15b4a5d52ac4f6a2551167571c

src/view/common/view_logic_password_support.cpp

index 9533121..55b1913 100644 (file)
@@ -26,7 +26,7 @@
 #include <dpl/scoped_ptr.h>
 #include <dpl/scoped_fclose.h>
 #include <dpl/string.h>
-#include <dpl/optional.h>
+#include <dpl/optional_typedefs.h>
 #include <dpl/foreach.h>
 #include <wrt-commons/auto-save-dao-rw/auto_save_dao.h>