Fix: missing atomic include

This commit is contained in:
Jacques Lucke 2019-09-12 17:03:03 +02:00
parent 058d218254
commit f80018b5f7
Notes: blender-bot 2023-02-14 07:25:51 +01:00
Referenced by issue #69808, Python-defined nodes implementing a draw_label function causes a segmentation fault when drawn.
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <atomic>
#include <mutex>
#include "BLI_index_range.h"