summaryrefslogtreecommitdiff
path: root/cpu/ozone/inorder_back_end.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/ozone/inorder_back_end.cc')
-rw-r--r--cpu/ozone/inorder_back_end.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ozone/inorder_back_end.cc b/cpu/ozone/inorder_back_end.cc
new file mode 100644
index 000000000..14db610d2
--- /dev/null
+++ b/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>;