fix building depsgraph after recent changes

This commit is contained in:
Martijn Berger
2016-11-07 12:32:00 +01:00
parent 37947ed552
commit f51f215bc3
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ extern "C" {
#include "RNA_access.h"
}
#include <cstring>
#include "DEG_depsgraph.h"
#include "intern/nodes/deg_node.h"

View File

@@ -31,6 +31,7 @@
*/
#include <stdio.h>
#include <cstring> /* required for memset */
#include <queue>
extern "C" {