Fix broken build due to missing include.

Caused by rBa95103f6f4abda2b. Please build blender before committing!
This commit is contained in:
Bastien Montagne 2022-08-04 14:52:51 +02:00
parent 6af963ca81
commit c67d4117d4
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "GHOST_DropTargetX11.h"
#include "GHOST_Debug.h"
#include "GHOST_PathUtils.h"
#include "GHOST_utildefines.h"
#include <cassert>