From: Ilho Kim Date: Tue, 14 Dec 2021 02:14:14 +0000 (+0900) Subject: Add missing header X-Git-Tag: submit/tizen/20211210.025024~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85589a2f363bea130e71e02dbba52da99fc13dba;p=platform%2Fcore%2Fappfw%2Fwgt-manifest-handlers.git Add missing header To use boost::optional need to include boost/optional/optional_io.hpp header Change-Id: Ibdb54ad961eb041603bfe454445bc80a07606c1f Signed-off-by: Ilho Kim --- diff --git a/test/unit_tests/launch_screen_handler_unittest.cc b/test/unit_tests/launch_screen_handler_unittest.cc index 56ff53b..eb9c71a 100644 --- a/test/unit_tests/launch_screen_handler_unittest.cc +++ b/test/unit_tests/launch_screen_handler_unittest.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include +#include #include