Skip to content

Commit

Permalink
COMP: need to import random
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Aug 31, 2023
1 parent cdb71f1 commit 3588fc8
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 3588fc8

Please sign in to comment.