diff options
author | Keuin <[email protected]> | 2022-04-15 14:10:32 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-15 14:10:32 +0800 |
commit | 45e6aaf69dae2c6f823b72057e6a918a18c0d87d (patch) | |
tree | 6ddb8d5ad994a5d3dfea086595cbe52226be3f6d /material.h | |
parent | 09c233e4f4af81981d72f10691153d318c83c9fd (diff) |
Include vec.h.
Diffstat (limited to 'material.h')
-rw-r--r-- | material.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #ifndef RT_MATERIAL_H #define RT_MATERIAL_H +#include "vec.h" #include "object.h" class object; |