Commit 940ba642 authored by Cianciosa, Mark's avatar Cianciosa, Mark
Browse files

Add special functions header to cuda context header.

parent bc69cf49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -408,6 +408,7 @@ namespace gpu {
//------------------------------------------------------------------------------
        void create_header(std::ostringstream &source_buffer) {
            source_buffer << "#include <cuda/std/complex>" << std::endl;
            source_buffer << "#include <special_functions.hpp>" << std::endl;
        }

//------------------------------------------------------------------------------