cimg (1.4.9-2) 10_examples.patch

Summary

 examples/use_skeleton.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Author: Andreas Tille <tille@debian.org>
Description: Do not use relative path to header file
--- CImg-1.4.4.orig/examples/use_skeleton.cpp
+++ CImg-1.4.4/examples/use_skeleton.cpp
@@ -43,7 +43,7 @@
 
 #include <queue>
 #define cimg_plugin "plugins/skeleton.h"
-#include "../CImg.h"
+#include "CImg.h"
 using namespace cimg_library;
 #ifndef cimg_imagepath
 #define cimg_imagepath "img/"