From 3588fc8d5faa3edb9a67907d2b24ab3bd74341d3 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Thu, 31 Aug 2023 15:48:29 -0400 Subject: [PATCH] COMP: need to import random --- Examples/sccan.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Examples/sccan.cxx b/Examples/sccan.cxx index 932853dad..8d44d2ee0 100644 --- a/Examples/sccan.cxx +++ b/Examples/sccan.cxx @@ -13,6 +13,7 @@ #include "itkBSplineInterpolateImageFunction.h" #include #include +#include #include #include #include @@ -30,12 +31,6 @@ #include "itkExtractImageFilter.h" #include "ReadWriteData.h" -// For random number generation. -#if __cplusplus >= 201402L -# include -#endif - - namespace ants { // namespace antssccan {