Depsgraph: Do not rely on indirectly included cstring

Also add comment why exactly cstring is needed.
This commit is contained in:
2016-11-07 12:09:42 +01:00
parent 9b5a32cbfb
commit 37947ed552
4 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
#include "intern/eval/deg_eval_debug.h"
#include <cstring> /* required for STREQ later on. */
extern "C" {
#include "BLI_listbase.h"
#include "BLI_ghash.h"