From fb003da2d6e9e4dd31326e4a2ea929c79b1beb89 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 26 Nov 2018 02:20:33 +0100 Subject: [PATCH] Included algorithm, for std::transform --- src/libravatarserv.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libravatarserv.cpp b/src/libravatarserv.cpp index c016cff..eae2aa0 100644 --- a/src/libravatarserv.cpp +++ b/src/libravatarserv.cpp @@ -15,7 +15,8 @@ */ #include -#include // getenv() +#include +#include #include #include "libravatarserv.hpp"