Skip to content

Commit

Permalink
Safety #include in inc/video_to_spikes.hpp. Thanks to @tnugent97. Add…
Browse files Browse the repository at this point in the history
…resses #1 (again).
  • Loading branch information
James Davis committed Mar 7, 2019
1 parent 8d037e0 commit 9c1284d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/video_to_spikes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <vector>
#include <algorithm>
#include <math.h>

This comment has been minimized.

Copy link
@CliveWongTohSoon

CliveWongTohSoon Mar 11, 2019

It should be #include <cmath> for mac to compile.

#include "spikes.hpp"
#include "frame.hpp"
Expand Down Expand Up @@ -130,4 +131,4 @@ class VideoToSpikes
};


#endif
#endif

0 comments on commit 9c1284d

Please sign in to comment.