Skip to content

Commit b953987

Browse files
authored
Add missing header (#115)
std::shuffle is used in permutation() and defined <algorithm>
1 parent 52f893c commit b953987

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/rng.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef __qiskitcpp_utils_rng_hpp__
1818
#define __qiskitcpp_utils_rng_hpp__
1919

20+
#include <algorithm>
2021
#include <cstdint>
2122
#include <random>
2223

0 commit comments

Comments
 (0)