Skip to content

Commit

Permalink
add missing include for std::shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoll committed Feb 20, 2020
1 parent 4a54aac commit a1ae92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ompl/util/RandomNumbers.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <random>
#include <cassert>
#include <cstdint>
#include <algorithm>

#include "ompl/config.h"
#include "ompl/util/ProlateHyperspheroid.h"
Expand Down

0 comments on commit a1ae92d

Please sign in to comment.