Mercurial > hg > svcore
comparison rdf/SimpleSPARQLQuery.cpp @ 713:b5daf8fc05ba library_integration
Merge from the default branch
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 10 Oct 2011 17:27:54 +0100 |
parents | 97fbb6b3e749 |
children | f3fd2988fc9b |
comparison
equal
deleted
inserted
replaced
710:773f228f080d | 713:b5daf8fc05ba |
---|---|
25 | 25 |
26 // Rather than including <redland.h> -- for some reason redland.h | 26 // Rather than including <redland.h> -- for some reason redland.h |
27 // includes <rasqal.h>, while the rasqal header actually gets | 27 // includes <rasqal.h>, while the rasqal header actually gets |
28 // installed as <rasqal/rasqal.h> which breaks the inclusion all over | 28 // installed as <rasqal/rasqal.h> which breaks the inclusion all over |
29 // the place unless a very clever include path is set | 29 // the place unless a very clever include path is set |
30 #include <raptor.h> | |
31 #include <rasqal/rasqal.h> | 30 #include <rasqal/rasqal.h> |
32 #include <librdf.h> | 31 #include <librdf.h> |
33 | 32 |
34 //#define DEBUG_SIMPLE_SPARQL_QUERY 1 | 33 //#define DEBUG_SIMPLE_SPARQL_QUERY 1 |
35 | 34 |