From c7e59988f7bf6daac288a8ebc96811339c551da6 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Fri, 18 Sep 2015 14:22:37 +0200 Subject: [PATCH] [mc] Fix missing #include in Windows We already have a polyfill in xbt/str.h --- src/mc/mc_config.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mc/mc_config.cpp b/src/mc/mc_config.cpp index bbf2cfb31a..bd3578d41c 100644 --- a/src/mc/mc_config.cpp +++ b/src/mc/mc_config.cpp @@ -4,8 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include - +#include #include #include -- 2.20.1