Skip to content
Snippets Groups Projects
Commit f436f661 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

add headers to SweepInnerOuter template

parent 9ec57ccc
No related merge requests found
......@@ -23,6 +23,9 @@
#include "core/DataTypes.h"
#include "core/Macros.h"
#include "{{class_name}}.h"
{% for header in headers %}
#include {{header}}
{% endfor %}
{% if target is equalto 'cpu' -%}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment