diff options
Diffstat (limited to 'src/cpu/ozone/inorder_back_end.cc')
-rw-r--r-- | src/cpu/ozone/inorder_back_end.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/ozone/inorder_back_end.cc b/src/cpu/ozone/inorder_back_end.cc new file mode 100644 index 000000000..14db610d2 --- /dev/null +++ b/src/cpu/ozone/inorder_back_end.cc @@ -0,0 +1,5 @@ + +#include "cpu/ozone/inorder_back_end_impl.hh" +#include "cpu/ozone/simple_impl.hh" + +template class InorderBackEnd<SimpleImpl>; |