From 575bb4fda2856a1630cfa3793793723807926ef5 Mon Sep 17 00:00:00 2001
From: namark <nshan.nnnn@gmail.com>
Date: Tue, 10 Apr 2018 04:16:09 +0400
Subject: [PATCH] Aftermath of changes in support library.

---
 crop.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crop.cpp b/crop.cpp
index 7f3fefb..411e6ed 100644
--- a/crop.cpp
+++ b/crop.cpp
@@ -5,6 +5,7 @@
 #include "simple/file.hpp"
 #include "simple/support/enum.hpp"
 #include "simple/support/misc.hpp"
+#include "simple/support/algorithm.hpp"
 
 using namespace simple;
 using namespace std::literals;
-- 
GitLab