Skip to content

Commit

Permalink
Merge pull request #2227 from robertDurst/missing-random-include
Browse files Browse the repository at this point in the history
add missing <algorithm> include

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita committed Aug 14, 2019
2 parents b123818 + f52c168 commit 512dfa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/Random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "crypto/Random.h"
#include "util/Math.h"

#include <algorithm>
#include <sodium.h>

#ifdef MSAN_ENABLED
Expand Down

0 comments on commit 512dfa6

Please sign in to comment.