summaryrefslogtreecommitdiffstats
path: root/src/variant
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-02-07 13:47:51 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-02-07 13:47:51 +0100
commitfccceb8736ee4d49c5b0ce6d9940183355d5d751 (patch)
treeba8698eaf6226243ee1873e4989b40504dbddb23 /src/variant
parentf2b97528c1369a6c40f3749817d00e4633afc43e (diff)
parent6b92eda819ca1deb2cf09216b0cfaceb7fabb4d9 (diff)
downloadredot-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.cpp2
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() {