Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-08-04 15:52:51 +0300
committerBastien Montagne <bastien@blender.org>2022-08-04 15:52:51 +0300
commitc67d4117d4bd40d18681eecbcf72108c3d9829b6 (patch)
treeb0954d3502b002b786384a9eaa6078cff47337b0 /intern/ghost
parent6af963ca811037cfd4e7e91577dd6e3bb8d42430 (diff)
Fix broken build due to missing include.
Caused by rBa95103f6f4abda2b. Please build blender before committing!
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DropTargetX11.cpp1
1 files changed, 1 insertions, 0 deletions
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>