From 71844dd2056e72bc1b82570e4754cbeeac4de344 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Jul 2007 05:52:09 +0000 Subject: Added Raul::Table class (like an std::map but in an array, very fast to do a sorted iteration). Fixed unit test building. git-svn-id: http://svn.drobilla.net/lad/raul@629 a436a847-0d15-0410-975c-d299462d15a1 --- tests/list_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/list_test.cpp') diff --git a/tests/list_test.cpp b/tests/list_test.cpp index 133067b..d374b40 100644 --- a/tests/list_test.cpp +++ b/tests/list_test.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include using namespace std; using namespace Raul; -- cgit v1.2.1