Skip to content

Commit

Permalink
use storage::column instead of table::column
Browse files Browse the repository at this point in the history
  • Loading branch information
KUMAZAKI Hiroki committed Mar 30, 2015
1 parent ccbf390 commit aa70eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jubatus/server/server/nearest_neighbor_serv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <utility>
#include <vector>
#include "jubatus/core/driver/nearest_neighbor.hpp"
#include "jubatus/core/table/column/column_table.hpp"
#include "jubatus/core/storage/column_table.hpp"
#include "../common/lock_service.hpp"
#include "../framework/server_base.hpp"
#include "../fv_converter/so_factory.hpp"
Expand Down

0 comments on commit aa70eb8

Please sign in to comment.