From 2a429ca76b97cca197f105b665271360b74f6917 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Aug 2012 04:22:07 +0000 Subject: Remove glib dependency. Make Symbol, URI, and Path simpler derivatives of std::string. 100% test coverage by line for Symbol, URI, Path, AtomicInt, and AtomicPtr. Add Raul::Exception. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4686 a436a847-0d15-0410-975c-d299462d15a1 --- test/table_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/table_test.cpp') diff --git a/test/table_test.cpp b/test/table_test.cpp index 70ab5b1..f372d7c 100644 --- a/test/table_test.cpp +++ b/test/table_test.cpp @@ -14,12 +14,13 @@ along with Raul. If not, see . */ -#include +#include #include -#include #include #include +#include #include +#include #include "raul/log.hpp" #include "raul/PathTable.hpp" -- cgit v1.2.1