aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-05 12:13:17 +0200
committerDavid Robillard <d@drobilla.net>2018-08-07 20:01:21 +0200
commitc54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de (patch)
treed60990c0875afa5b01b70e33fc0b16199bba5220 /test
parentfd21a495396990b1fca223ae5e883b138e9b969e (diff)
downloadchilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.tar.gz
chilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.tar.bz2
chilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.zip
Put everything inside namespace
Diffstat (limited to 'test')
-rw-r--r--test/test_fsb.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_fsb.cpp b/test/test_fsb.cpp
index f8299f0..f6388f7 100644
--- a/test/test_fsb.cpp
+++ b/test/test_fsb.cpp
@@ -23,6 +23,8 @@
#include <cassert>
#include <string>
+using namespace Hilbert;
+
template <typename T>
int
test_fsb(const int size)