summaryrefslogtreecommitdiff
path: root/scene/resources/dynamic_font_stb.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/dynamic_font_stb.h')
-rw-r--r--scene/resources/dynamic_font_stb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/resources/dynamic_font_stb.h b/scene/resources/dynamic_font_stb.h
index 3862607ab5..a2c081a925 100644
--- a/scene/resources/dynamic_font_stb.h
+++ b/scene/resources/dynamic_font_stb.h
@@ -34,7 +34,8 @@
#include "font.h"
#include "io/resource_loader.h"
-#include "stb_truetype.h"
+
+#include "thirdparty/misc/stb_truetype.h"
class DynamicFontAtSize;
class DynamicFont;