diff options
author | David Robillard <d@drobilla.net> | 2018-08-05 12:13:17 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-08-07 20:01:21 +0200 |
commit | c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de (patch) | |
tree | d60990c0875afa5b01b70e33fc0b16199bba5220 /test | |
parent | fd21a495396990b1fca223ae5e883b138e9b969e (diff) | |
download | chilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.tar.gz chilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.tar.bz2 chilbert-c54f20a0cefcc24f32bf9a224bbbcfa9bb1cb3de.zip |
Put everything inside namespace
Diffstat (limited to 'test')
-rw-r--r-- | test/test_fsb.cpp | 2 |
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) |