Skip to content

Commit

Permalink
add missing <algorithm> include
Browse files Browse the repository at this point in the history
  • Loading branch information
robertDurst committed Aug 14, 2019
1 parent ffd23e4 commit f52c168
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

9 comments on commit f52c168

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging robertDurst/stellar-core/missing-random-include = f52c168 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robertDurst/stellar-core/missing-random-include = f52c168 merged ok, testing candidate = 31942885

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging robertDurst/stellar-core/missing-random-include = f52c168 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robertDurst/stellar-core/missing-random-include = f52c168 merged ok, testing candidate = 512dfa6

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 512dfa6

Please sign in to comment.