Added missing include
This commit is contained in:
parent
3d324742aa
commit
28b2481ac2
@ -2,6 +2,7 @@
|
|||||||
#define __EUCLIDIAN_HPP__
|
#define __EUCLIDIAN_HPP__
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class Euclidean
|
class Euclidean
|
||||||
{
|
{
|
||||||
|
1
main.cpp
1
main.cpp
@ -42,7 +42,6 @@ void showMatrix(CImg<float> img) {
|
|||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
Main
|
Main
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user