From fc17e790812f121c7aefafbbed55561eb77c6e77 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Thu, 10 May 2012 14:34:00 +0000 Subject: [PATCH] Include path fixed in the raster reprojection decorator. --- src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.h b/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.h index e837a5f26..cc15da85c 100644 --- a/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.h +++ b/src/meshlabplugins/decorate_raster_proj/decorate_raster_proj.h @@ -28,7 +28,7 @@ #include #include -#include "../filter_img_patch_param/GPU/GPU.h" +#include "GPU/GPU.h"