forgot to include this

This commit is contained in:
Phuntsok Drak-pa 2018-11-11 18:31:46 +01:00
parent 4f62acd157
commit cde3be6e42
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "common.h"
#include "ppm.h"
bool sameColor(Pixel_t t_pixel, Zone_t t_zone) {
return t_pixel->r == t_zone->r && t_pixel->g == t_zone->g &&