From 12dbed3b7e15d86f7f6c7ed4e4de1e4f3806ae9e Mon Sep 17 00:00:00 2001 From: Mateusz Grzywacz Date: Tue, 15 Dec 2020 13:25:33 +0100 Subject: [PATCH] [EGD-4996] gcc 10 missing header include --- .../service-evtmgr/screen-light-control/ControlFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/module-services/service-evtmgr/screen-light-control/ControlFunctions.cpp b/module-services/service-evtmgr/screen-light-control/ControlFunctions.cpp index 5f9969b41de75b52c2be0e8d3db7472f91bb18ca..50cfeabd0a5232f4ddc7fd2f93b45661d9c27938 100644 --- a/module-services/service-evtmgr/screen-light-control/ControlFunctions.cpp +++ b/module-services/service-evtmgr/screen-light-control/ControlFunctions.cpp @@ -2,6 +2,7 @@ // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "ControlFunctions.hpp" +#include namespace sevm::screen_light_control::functions {