summaryrefslogtreecommitdiff
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
parent09c233e4f4af81981d72f10691153d318c83c9fd (diff)
Include vec.h.
-rw-r--r--material.h1
-rw-r--r--material_diffusive.cpp1
2 files changed, 2 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;
diff --git a/material_diffusive.cpp b/material_diffusive.cpp
index b312246..2a554d0 100644
--- a/material_diffusive.cpp
+++ b/material_diffusive.cpp
@@ -2,6 +2,7 @@
// Created by Keuin on 2022/4/15.
//
+#include "vec.h"
#include "material.h"