]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add missing include.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 4 Oct 2011 07:23:39 +0000 (09:23 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 4 Oct 2011 07:23:39 +0000 (09:23 +0200)
And remove one that was useless.

statistics.h

index a12e51fef09e69c8f607e3782358bac902ff5660..78f93e367da93b8e52d2578ca1277b565026d155 100644 (file)
@@ -2,7 +2,7 @@
 #define STATISTICS_H
 
 #include <cmath>
-#include <vector>
+#include <limits>
 
 class statistics {
 public: