Skip to content
Snippets Groups Projects
Unverified Commit 41f67e26 authored by Syboxez Blank's avatar Syboxez Blank Committed by Alexey Minnekhanov
Browse files

src/config.h: Fix build error with std::transform (MR 164)

parent f08f56b1
No related branches found
No related merge requests found
......@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef CONFIG_H
#define CONFIG_H
#include <algorithm>
#include <map>
#include <string>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment