Skip to content

Commit

Permalink
Compile error on Alpine 3.6 (#188)
Browse files Browse the repository at this point in the history
* Handle memset not in scope error in Alpine compiler
  • Loading branch information
fabionitto authored and psychocrypt committed Jul 3, 2017
1 parent d73a120 commit 2856037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minethd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <assert.h>
#include <cmath>
#include <chrono>
#include <cstring>
#include <thread>
#include <bitset>
#include "console.h"
Expand Down

0 comments on commit 2856037

Please sign in to comment.