diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-07 13:47:51 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-07 13:47:51 +0100 |
| commit | fccceb8736ee4d49c5b0ce6d9940183355d5d751 (patch) | |
| tree | ba8698eaf6226243ee1873e4989b40504dbddb23 /src/variant | |
| parent | f2b97528c1369a6c40f3749817d00e4633afc43e (diff) | |
| parent | 6b92eda819ca1deb2cf09216b0cfaceb7fabb4d9 (diff) | |
| download | redot-cpp-fccceb8736ee4d49c5b0ce6d9940183355d5d751.tar.gz | |
Merge pull request #1011 from mihe/error-macros
Update error macros to match core
Diffstat (limited to 'src/variant')
| -rw-r--r-- | src/variant/transform2d.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variant/transform2d.cpp b/src/variant/transform2d.cpp index b83936a..530a99e 100644 --- a/src/variant/transform2d.cpp +++ b/src/variant/transform2d.cpp @@ -30,6 +30,8 @@ #include <godot_cpp/variant/transform2d.hpp> +#include <godot_cpp/variant/string.hpp> + namespace godot { void Transform2D::invert() { |
