From 42f18fc226227e296e7a555539b2f1fc778bc430 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 4 Oct 2011 09:23:39 +0200 Subject: [PATCH] Add missing include. And remove one that was useless. --- statistics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics.h b/statistics.h index a12e51f..78f93e3 100644 --- a/statistics.h +++ b/statistics.h @@ -2,7 +2,7 @@ #define STATISTICS_H #include -#include +#include class statistics { public: -- 2.39.5