Skip to content

Commit

Permalink
Fix for non-compiling code on some platforms (header inclusion order)…
Browse files Browse the repository at this point in the history
… #280
  • Loading branch information
searchivairus committed Feb 7, 2018
1 parent 6a3395f commit 48126fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions similarity_search/src/distcomp_l2sqr_sift.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "utils.h"
#include "pow.h"
#include "portable_intrinsics.h"
#include "portable_simd.h"

#include <cstdlib>
#include <limits>
Expand Down

0 comments on commit 48126fb

Please sign in to comment.