Fix compile error on Windows

Caused by 7150f919d3. This undid part of 79a88b5e91. Added a comment
for why this include is needed, to avoid this error from happening
again.
This commit is contained in:
Julian Eisel 2021-11-01 14:44:18 +01:00
parent 6897c2141e
commit 9de4f64197
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include "BKE_blender.h"
#include "BLI_fileops.h" /* For PATH_MAX (at least on Windows). */
#include "BLI_path_util.h"
#include "BLI_string_ref.hh"

View File

@ -19,7 +19,7 @@
#include "asset_library_service.hh"
#include "BLI_fileops.h"
#include "BLI_fileops.h" /* For PATH_MAX (at least on Windows). */
#include "BLI_path_util.h"
#include "BKE_appdir.h"