From ff94051b845fabed3b81b96e96a2d15f11084cb3 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Thu, 5 Apr 2012 15:11:18 +0400 Subject: [PATCH] Missing include for close(FILE *) This will affects only gcc 4.7.0+ users. Others won't see any difference. Signed-off-by: Peter Lemenkov --- core/plug-in/stats/query_stats.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/plug-in/stats/query_stats.cxx b/core/plug-in/stats/query_stats.cxx index f226be5c..6bb1444c 100644 --- a/core/plug-in/stats/query_stats.cxx +++ b/core/plug-in/stats/query_stats.cxx @@ -7,6 +7,7 @@ #include #include #include +#include #include #include