Add missing include

This commit is contained in:
Campbell Barton 2016-05-28 10:25:46 +10:00
parent dc07a5561f
commit 94e18c59f8
Notes: blender-bot 2023-02-14 07:51:29 +01:00
Referenced by issue #48552, the new driver operation(Ctrl+D) is disabled in the N panel on the day build version
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
* Implementation of tools for debugging the depsgraph
*/
#include <cstring>
#include "intern/eval/deg_eval_debug.h"
extern "C" {