Fix compilation error about undefined `PATH_MAX`

This commit is contained in:
Sybren A. Stüvel 2021-10-19 16:46:50 +02:00
parent 57f1379104
commit 79a88b5e91
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "BKE_blender.h"
#include "BKE_callbacks.h"
#include "BLI_fileops.h"
#include "BLI_path_util.h"
#include "BLI_string_ref.hh"

View File

@ -19,6 +19,7 @@
#include "asset_library_service.hh"
#include "BLI_fileops.h"
#include "BLI_path_util.h"
#include "CLG_log.h"