An another stab at fixing the windows github action build.

This commit is contained in:
Relintai 2022-06-19 13:00:01 +02:00
parent 9171cfb92e
commit 33d43d8ef8
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#include "tonality.h"
#include "core/math/math_funcs.h"
#include "../../algos/mm_algos.h"
#include "../../editor/mm_graph_node.h"
#include "../mm_material.h"

View File

@ -1,6 +1,8 @@
#ifndef MM_TONALITY_H
#define MM_TONALITY_H
#include "core/math/vector2.h"
#include "../bases/curve_base.h"
#include "../mm_node_universal_property.h"