Commit: 45dbd69296f0677481daff0c915dbc02db743e07
Author: Julian Eisel
Date:   Wed Dec 14 16:08:26 2022 +0100
Branches: master
https://developer.blender.org/rB45dbd69296f0677481daff0c915dbc02db743e07

Fix compiler error on MSVC after a243a9dc79eb

===================================================================

M       source/blender/editors/asset/intern/asset_ops.cc

===================================================================

diff --git a/source/blender/editors/asset/intern/asset_ops.cc 
b/source/blender/editors/asset/intern/asset_ops.cc
index 497b655c7ce..3bbfa2ac0f4 100644
--- a/source/blender/editors/asset/intern/asset_ops.cc
+++ b/source/blender/editors/asset/intern/asset_ops.cc
@@ -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"

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to