From 60ad2be527cb84fe1316b518ceeb8ed231e0a377 Mon Sep 17 00:00:00 2001 From: rachytski Date: Wed, 22 Dec 2010 23:26:34 +0200 Subject: [PATCH] compilation fixes. --- indexer/indexer_tests/indexer_tests.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro index 3e2ae1842d..f107bc4f07 100644 --- a/indexer/indexer_tests/indexer_tests.pro +++ b/indexer/indexer_tests/indexer_tests.pro @@ -18,6 +18,9 @@ win32-g++ { LIBS += -lpthread } +HEADERS += \ + feature_routine.hpp + SOURCES += \ ../../testing/testingmain.cpp \ cell_covering_visualize_test.cpp \ @@ -33,4 +36,5 @@ SOURCES += \ feature_test.cpp \ data_header_test.cpp \ feature_bucketer_test.cpp \ + feature_routine.cpp \