diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-11-18 00:13:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 00:13:44 -0800 |
commit | 1a092b53bddd7e31a3fcf12a13aabd404e91d215 (patch) | |
tree | 8d53caf596aa17a81aa0ad5d276b0023c8cea517 /src/ParallelBeamBlobKernelProjector2D.cpp | |
parent | ed17faf4bc16a336eaa4aa0b5d64e84948716b6d (diff) | |
parent | ad9f6e881f64173ea7cee2d20a04289f60f5eda3 (diff) | |
download | astra-1a092b53bddd7e31a3fcf12a13aabd404e91d215.tar.gz astra-1a092b53bddd7e31a3fcf12a13aabd404e91d215.tar.bz2 astra-1a092b53bddd7e31a3fcf12a13aabd404e91d215.tar.xz astra-1a092b53bddd7e31a3fcf12a13aabd404e91d215.zip |
Merge pull request #72 from buzmakov/master
Fix build with MS VS 2015 CE
Diffstat (limited to 'src/ParallelBeamBlobKernelProjector2D.cpp')
-rw-r--r-- | src/ParallelBeamBlobKernelProjector2D.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ParallelBeamBlobKernelProjector2D.cpp b/src/ParallelBeamBlobKernelProjector2D.cpp index 679d5c6..9b7c05f 100644 --- a/src/ParallelBeamBlobKernelProjector2D.cpp +++ b/src/ParallelBeamBlobKernelProjector2D.cpp @@ -29,6 +29,7 @@ $Id$ #include "astra/ParallelBeamBlobKernelProjector2D.h" #include <cmath> +#include <algorithm> #include "astra/DataProjectorPolicies.h" |