Blob Blame History Raw
From 347dc1b1fe80c9b24a728b142698738f8b6dced2 Mon Sep 17 00:00:00 2001
From: Mario Ceresa <mrceresa@gmail.com>
Date: Fri, 2 Nov 2012 14:47:07 +0100
Subject: [PATCH 21/23] Use expatpp.h which is provided by fedora repos

---
 contrib/brl/bbas/bvgl/bvgl_labelme_parser.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/brl/bbas/bvgl/bvgl_labelme_parser.h b/contrib/brl/bbas/bvgl/bvgl_labelme_parser.h
index 5740677..bded971 100644
--- a/contrib/brl/bbas/bvgl/bvgl_labelme_parser.h
+++ b/contrib/brl/bbas/bvgl/bvgl_labelme_parser.h
@@ -2,7 +2,7 @@
 #ifndef bvgl_labelme_parser_h_
 #define bvgl_labelme_parser_h_
 
-#include <expatpplib.h>
+#include <expatpp.h>
 #include <vcl_string.h>
 #include <vcl_sstream.h>
 #include <vgl/vgl_polygon.h>
-- 
1.7.11.7