diff options
Diffstat (limited to 'raul/AtomRDF.hpp')
-rw-r--r-- | raul/AtomRDF.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/AtomRDF.hpp b/raul/AtomRDF.hpp index 544a34d..a0eb98d 100644 --- a/raul/AtomRDF.hpp +++ b/raul/AtomRDF.hpp @@ -22,8 +22,8 @@ #include <string> #include <sstream> -#include <redlandmm/Node.hpp> -#include <redlandmm/World.hpp> +#include "redlandmm/Node.hpp" +#include "redlandmm/World.hpp" #define CUC(x) ((const unsigned char*)(x)) |