[Bf-blender-cvs] [c67d4117d4b] master: Fix broken build due to missing include.

Bastien Montagne noreply at git.blender.org
Thu Aug 4 14:53:27 CEST 2022


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>



More information about the Bf-blender-cvs mailing list