diff rdf/SimpleSPARQLQuery.cpp @ 644:48f869ce8e64

* Add configure to repo; fix Redland header inclusion
author Chris Cannam
date Fri, 17 Sep 2010 13:32:47 +0100
parents 3c5570e3d9c5
children b4a8d8221eaf
line wrap: on
line diff
--- a/rdf/SimpleSPARQLQuery.cpp	Fri Sep 17 13:17:37 2010 +0100
+++ b/rdf/SimpleSPARQLQuery.cpp	Fri Sep 17 13:32:47 2010 +0100
@@ -23,7 +23,13 @@
 
 #include <set>
 
-#include <redland.h>
+// Rather than including <redland.h> -- for some reason redland.h
+// includes <rasqal.h>, while the rasqal header actually gets
+// installed as <rasqal/rasqal.h> which breaks the inclusion all over
+// the place unless a very clever include path is set
+#include <raptor.h>
+#include <rasqal/rasqal.h>
+#include <librdf.h>
 
 //#define DEBUG_SIMPLE_SPARQL_QUERY 1