diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-10-28 09:24:25 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-08 11:32:33 +0100 |
commit | 27a964cb66f3a78ca27cc5a5befbdd3f405ccee4 (patch) | |
tree | bf963e0437cbaf43ad79d77768067e1452f8e960 /src/Float32Data3DMemory.cpp | |
parent | 03c3e5b5043cc8cba9aceeb8641d497edd1be7cf (diff) | |
download | astra-27a964cb66f3a78ca27cc5a5befbdd3f405ccee4.tar.gz astra-27a964cb66f3a78ca27cc5a5befbdd3f405ccee4.tar.bz2 astra-27a964cb66f3a78ca27cc5a5befbdd3f405ccee4.tar.xz astra-27a964cb66f3a78ca27cc5a5befbdd3f405ccee4.zip |
Remove unused function
Diffstat (limited to 'src/Float32Data3DMemory.cpp')
-rw-r--r-- | src/Float32Data3DMemory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Float32Data3DMemory.cpp b/src/Float32Data3DMemory.cpp index 95b1859..8735585 100644 --- a/src/Float32Data3DMemory.cpp +++ b/src/Float32Data3DMemory.cpp @@ -27,6 +27,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. #include "astra/Float32Data3DMemory.h" #include <iostream> +#include <cstdlib> namespace astra { |