summaryrefslogtreecommitdiff
path: root/material.h
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-15 14:10:32 +0800
committerKeuin <[email protected]>2022-04-15 14:10:32 +0800
commit45e6aaf69dae2c6f823b72057e6a918a18c0d87d (patch)
tree6ddb8d5ad994a5d3dfea086595cbe52226be3f6d /material.h
parent09c233e4f4af81981d72f10691153d318c83c9fd (diff)
Include vec.h.
Diffstat (limited to 'material.h')
-rw-r--r--material.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/material.h b/material.h
index b839cc9..adb2b69 100644
--- a/material.h
+++ b/material.h
@@ -5,6 +5,7 @@
#ifndef RT_MATERIAL_H
#define RT_MATERIAL_H
+#include "vec.h"
#include "object.h"
class object;