Skip to content

Commit

Permalink
Merge pull request #1596 from ANTsX/shuffle
Browse files Browse the repository at this point in the history
COMP: need to import random
  • Loading branch information
cookpa authored Aug 31, 2023
2 parents 3b3c0e2 + 3588fc8 commit 46ab4e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Examples/sccan.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "itkBSplineInterpolateImageFunction.h"
#include <sstream>
#include <iostream>
#include <random>
#include <string>
#include <algorithm>
#include <vector>
Expand All @@ -30,12 +31,6 @@
#include "itkExtractImageFilter.h"
#include "ReadWriteData.h"

// For random number generation.
#if __cplusplus >= 201402L
# include <random>
#endif


namespace ants
{
// namespace antssccan {
Expand Down

0 comments on commit 46ab4e7

Please sign in to comment.