Skip to content
Snippets Groups Projects
Commit 344da54f authored by Nordine Feddal's avatar Nordine Feddal
Browse files

fix include

parent e6948c12
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,9 @@ def parse_tasks(args):
outFile.write("#ifndef __GPU_TASKS_HPP\n"
"#define __GPU_TASKS_HPP\n"
"#include <memory>\n"
"#include <vector>\n")
"#include <vector>\n"
"#include \"{k_dec}\"\n".format(k_dec=args.kernel_declaration)
)
# dump the wrapper for vector
outFile.write(GPUTaskParams.dump_struct_wrapper())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment