Skip to content
Snippets Groups Projects
Commit b09f347e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added missing include to cuda-prefix-sum_impl.h

parent 57015d46
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,15 @@
/* See Copyright Notice in tnl/Copyright */
#pragma once
#include <iostream>
#include <TNL/Math.h>
#include <TNL/Devices/Cuda.h>
#include <TNL/Exceptions/CudaBadAlloc.h>
#include <TNL/Containers/Algorithms/ReductionOperations.h>
#include <TNL/Containers/Array.h>
#ifdef HAVE_CUDA
namespace TNL {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment