Skip to content

Commit

Permalink
Merge pull request #12 from ryanmjacobs/wave_h_include_fix
Browse files Browse the repository at this point in the history
Fix <cstdlib> include issue.
  • Loading branch information
mtytel committed Sep 5, 2014
2 parents 396e2d8 + 6b49ae8 commit 6417f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mopo/src/wave.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "mopo.h"
#include <cmath>
#include <cstdlib>

#define LOOKUP_SIZE 2048
#define HIGH_FREQUENCY 20000
Expand Down

0 comments on commit 6417f68

Please sign in to comment.