Fix: Missing include in BLI_implicit_sharing.hh

This commit is contained in:
Sebastian Parborg 2024-04-04 17:13:31 +02:00
parent 1180a25c23
commit a9fff1f22f
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include "BLI_assert.h"
#include "BLI_utility_mixins.hh"
#include "MEM_guardedalloc.h"
namespace blender {
/**