From 28b2481ac278cdbf225de7fc8670a367744ae841 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Mon, 9 Jan 2012 22:09:51 +0100 Subject: [PATCH] Added missing include --- Euclidean.hpp | 1 + main.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Euclidean.hpp b/Euclidean.hpp index 7aab0e4..5b08d0a 100644 --- a/Euclidean.hpp +++ b/Euclidean.hpp @@ -2,6 +2,7 @@ #define __EUCLIDIAN_HPP__ #include +#include class Euclidean { diff --git a/main.cpp b/main.cpp index 7b55667..1ca5eb4 100644 --- a/main.cpp +++ b/main.cpp @@ -42,7 +42,6 @@ void showMatrix(CImg img) { std::cout << std::endl; } - /******************************************************************************* Main *******************************************************************************/