Skip to content

Commit 466fe7e

Browse files
committed
Include <random> in database_api_tests
1 parent 3a6fbc4 commit 466fe7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests/database_api_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include <fc/crypto/hex.hpp>
3333
#include "../common/database_fixture.hpp"
3434

35+
#include <random>
36+
3537
using namespace graphene::chain;
3638
using namespace graphene::chain::test;
3739

0 commit comments

Comments
 (0)