Fixed missing include

This commit is contained in:
2022-04-23 17:14:02 +03:00
parent 06defeae26
commit c4c20797f7
+1
View File
@@ -1,6 +1,7 @@
#include "texture_generator.h" #include "texture_generator.h"
#include <cmath> #include <cmath>
#include <memory> #include <memory>
#include <cstring>
BEGIN_NAMESPACE BEGIN_NAMESPACE