From 760fd50e72060ef03e0485da378233c69baf0baf Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 21 Jan 2016 19:11:24 +0300 Subject: [PATCH] [linux] Fixed missing include. --- editor/opening_hours_ui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/opening_hours_ui.cpp b/editor/opening_hours_ui.cpp index 014dc3df84..ac194a725a 100644 --- a/editor/opening_hours_ui.cpp +++ b/editor/opening_hours_ui.cpp @@ -1,5 +1,6 @@ #include "opening_hours_ui.hpp" +#include "std/algorithm.hpp" #include "std/numeric.hpp" #include "std/stack.hpp" #include "std/tuple.hpp"