comparison 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
comparison
equal deleted inserted replaced
643:f729827e45ad 644:48f869ce8e64
21 #include <QMutexLocker> 21 #include <QMutexLocker>
22 #include <QRegExp> 22 #include <QRegExp>
23 23
24 #include <set> 24 #include <set>
25 25
26 #include <redland.h> 26 // Rather than including <redland.h> -- for some reason redland.h
27 // includes <rasqal.h>, while the rasqal header actually gets
28 // installed as <rasqal/rasqal.h> which breaks the inclusion all over
29 // the place unless a very clever include path is set
30 #include <raptor.h>
31 #include <rasqal/rasqal.h>
32 #include <librdf.h>
27 33
28 //#define DEBUG_SIMPLE_SPARQL_QUERY 1 34 //#define DEBUG_SIMPLE_SPARQL_QUERY 1
29 35
30 #include <iostream> 36 #include <iostream>
31 37