Commit: c67d4117d4bd40d18681eecbcf72108c3d9829b6
Author: Bastien Montagne
Date:   Thu Aug 4 14:52:51 2022 +0200
Branches: master
https://developer.blender.org/rBc67d4117d4bd40d18681eecbcf72108c3d9829b6

Fix broken build due to missing include.

Caused by rBa95103f6f4abda2b. Please build blender before committing!

===================================================================

M       intern/ghost/intern/GHOST_DropTargetX11.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_DropTargetX11.cpp 
b/intern/ghost/intern/GHOST_DropTargetX11.cpp
index b4cb088cbeb..4da3c7c996d 100644
--- a/intern/ghost/intern/GHOST_DropTargetX11.cpp
+++ b/intern/ghost/intern/GHOST_DropTargetX11.cpp
@@ -7,6 +7,7 @@
 
 #include "GHOST_DropTargetX11.h"
 #include "GHOST_Debug.h"
+#include "GHOST_PathUtils.h"
 #include "GHOST_utildefines.h"
 
 #include <cassert>

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to