]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/lighting.cpp
Split reflection data from Program to a separate struct
[libs/gl.git] / source / materials / lighting.cpp
index 721d5cdca8593a131e0a82070648a7dc6c3082fa..4c22ba3c01e70b01d68852f31f411799fce2f91f 100644 (file)
@@ -1,7 +1,9 @@
 #include <stdexcept>
 #include <cmath>
 #include <msp/core/algorithm.h>
+#include <msp/datafile/collection.h>
 #include <msp/fs/utils.h>
+#include <msp/strings/format.h>
 #include "error.h"
 #include "light.h"
 #include "lighting.h"