added <stdio.h> for printf support in cuda code

This commit is contained in:
Erik Reckase 2011-06-21 11:17:11 -06:00
parent 90948704d1
commit 981de94be5

View File

@ -47,6 +47,7 @@ class BaseCode(HunkOCode):
headers = """
#include<cuda.h>
#include<stdint.h>
#include<stdio.h>
"""
defs = """