Added missing `string.hpp` include in `transform2d.cpp`
parent
d174b47e51
commit
6b92eda819
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <godot_cpp/variant/transform2d.hpp>
|
||||
|
||||
#include <godot_cpp/variant/string.hpp>
|
||||
|
||||
namespace godot {
|
||||
|
||||
void Transform2D::invert() {
|
||||
|
|
Loading…
Reference in New Issue