diff options
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index 3b3d07e..612c46d 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -3,6 +3,12 @@ #ifdef __cplusplus +#if !defined(__VECTOR_TYPES_H__) +struct dim3 { + unsigned int x, y, z; +}; +#endif + class core_t { public: virtual ~core_t() {} |
