Fix build error after PyGPU changes

This commit is contained in:
2022-11-29 18:46:59 +01:00
parent 8fa8cea8e0
commit 9f753e5649
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
#pragma once
#include "../generic/py_capi_utils.h"
extern struct PyC_StringEnumItems bpygpu_primtype_items[];
extern struct PyC_StringEnumItems bpygpu_dataformat_items[];