Work on fixing compile for 4.0.

This commit is contained in:
Relintai 2022-02-07 00:20:30 +01:00
parent 5948088035
commit b78a87d658
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ SOFTWARE.
#if VERSION_MAJOR > 3
#include "core/io/image.h"
#include "core/object/reference.h"
#include "core/object/ref_counted.h"
#ifndef Reference
#define Reference RefCounted
#endif
#include "core/templates/vector.h"
#include "core/string/ustring.h"
#include "core/math/color.h"