Skip to content

Commit

Permalink
Missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed May 17, 2018
1 parent fa966e7 commit ff1931a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gf-complete/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "../stdint.h"
#include <gf_complete.h>
#include <string.h>
#include <stdlib.h>

// memory alignment to 16-bytes for SSE operations (may grow for AVX operations)
int MEM_ALIGN = 16;
Expand Down

0 comments on commit ff1931a

Please sign in to comment.