Fix compiler error on MSVC after a243a9dc79

This commit is contained in:
Julian Eisel 2022-12-14 16:08:26 +01:00
parent 8daaf71688
commit 45dbd69296
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "BKE_preferences.h"
#include "BKE_report.h"
#include "BLI_fileops.h" /* MSVC needs this for `PATH_MAX` */
#include "BLI_fnmatch.h"
#include "BLI_path_util.h"
#include "BLI_set.hh"