summaryrefslogtreecommitdiffstats
path: root/tests/time_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-26 05:52:09 +0000
committerDavid Robillard <d@drobilla.net>2007-07-26 05:52:09 +0000
commit71844dd2056e72bc1b82570e4754cbeeac4de344 (patch)
treefbfa99b80a0dcaab8bc32dacfdd526d0efcfef49 /tests/time_test.cpp
parentae1ae583cebc1230afc4db3939a8d47579266653 (diff)
downloadraul-71844dd2056e72bc1b82570e4754cbeeac4de344.tar.gz
raul-71844dd2056e72bc1b82570e4754cbeeac4de344.tar.bz2
raul-71844dd2056e72bc1b82570e4754cbeeac4de344.zip
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
Diffstat (limited to 'tests/time_test.cpp')
-rw-r--r--tests/time_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/time_test.cpp b/tests/time_test.cpp
index 0ffdc61..c5c89b7 100644
--- a/tests/time_test.cpp
+++ b/tests/time_test.cpp
@@ -1,5 +1,5 @@
#include <iostream>
-#include <raul/TimeSlice.h>
+#include <raul/TimeSlice.hpp>
using namespace std;
using namespace Raul;