From 3aa2be939c9e35a72f72f987d314fe2ec6cbc6c5 Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Tue, 16 Jul 2013 13:44:53 -0400 Subject: [PATCH] Added online distance metric --- openbr/plugins/distance.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/plugins/distance.cpp b/openbr/plugins/distance.cpp index 8781197..20da2ea 100644 --- a/openbr/plugins/distance.cpp +++ b/openbr/plugins/distance.cpp @@ -300,4 +300,5 @@ BR_REGISTER(Distance, IdenticalDistance) } // namespace br + #include "distance.moc" -- libgit2 0.21.4