From dc5226d345c4bd24ddaae8fc00390b3dcf6eeae8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 May 2007 04:12:18 +0000 Subject: Added missing includes. Prevent RDFModel from printing itself on load. git-svn-id: http://svn.drobilla.net/lad/raul@494 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Process.h | 2 ++ src/RDFModel.cpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/raul/Process.h b/raul/Process.h index c879869..7e14566 100644 --- a/raul/Process.h +++ b/raul/Process.h @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include namespace Raul { diff --git a/src/RDFModel.cpp b/src/RDFModel.cpp index 080eb24..d1a1c64 100644 --- a/src/RDFModel.cpp +++ b/src/RDFModel.cpp @@ -63,9 +63,9 @@ Model::Model(World& world, const Glib::ustring& data_uri, Glib::ustring base_uri librdf_free_uri(uri); librdf_free_parser(parser); - cout << endl << "Loaded model from " << data_uri << ":" << endl; + /*cout << endl << "Loaded model from " << data_uri << ":" << endl; serialize_to_file_handle(stdout); - cout << endl << endl; + cout << endl << endl;*/ } -- cgit v1.2.1