From 35e2487b548d11fe7e12d7b3a29afc131382d431 Mon Sep 17 00:00:00 2001 From: DaMichel Date: Fri, 26 Aug 2016 10:16:40 +0200 Subject: fix linux build: missing symbol N_POINTS --- tracker-pt/point_tracker.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tracker-pt/point_tracker.cpp') diff --git a/tracker-pt/point_tracker.cpp b/tracker-pt/point_tracker.cpp index fe8ff0f2..701c1961 100644 --- a/tracker-pt/point_tracker.cpp +++ b/tracker-pt/point_tracker.cpp @@ -17,6 +17,7 @@ using mat33 = pt_types::mat33; using vec3 = pt_types::vec3; using f = pt_types::f; +constexpr unsigned PointModel::N_POINTS; static void get_row(const mat33& m, int i, vec3& v) { -- cgit v1.2.3