Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Fix archlinux compilation
Browse files Browse the repository at this point in the history
Add include "google/protobuf/io/coded_stream.h"
Change include "cxflann.h" => "cv.h"
  • Loading branch information
kamibo committed Apr 27, 2014
1 parent fb3bd7a commit e9880bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/img_websearch/ocvsurf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "miscutil.h"
#include "errlog.h"

#include <cxflann.h>
#include <cv.h>

#include <iostream>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/query_capture/db_query_record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ using lsh::qprocess;

#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/io/gzip_stream.h>
#include <google/protobuf/io/coded_stream.h>

using sp::errlog;
using sp::miscutil;
Expand Down

0 comments on commit e9880bd

Please sign in to comment.