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

added include

parent 685e5120
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ def write_main(args):
outFile.write("#include <stdio.h>\n"
"#include <string>\n"
"#include \"steps_struct.hpp\"\n"
"#include \"gpu_tasks.hpp\"\n"
"#include \"{kernel_file}\"\n".format(kernel_file=args.kernel_declaration)
)
outFile.write("int main(int argc, char **argv){\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment