#ifndef ICP_PPM_H #define ICP_PPM_H #include "point2d.h" #include bool ppm_read(const char* file, std::vector &points, int &width, int &height); #endif