Skip to content

Commit

Permalink
Merge pull request skyhover#8 from wagnerst/parallel1.3
Browse files Browse the repository at this point in the history
Added conditional include for malloc.h for MacOS, thanks to wagnerst
  • Loading branch information
skyhover committed Jul 20, 2014
2 parents 5e79c2b + a540d2c commit 41cc525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lsh/sources/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@
#include "NearNeighbors.h"

#ifdef DEBUG_MEM
#if !defined(__APPLE__)
#include <malloc.h>
#endif
#endif

#ifdef DEBUG_TIMINGS
#include <sys/time.h>
Expand Down

0 comments on commit 41cc525

Please sign in to comment.