Fix: build error when not using unity build

This commit is contained in:
Brecht Van Lommel
2024-01-09 16:52:56 +01:00
parent 31d8a6514f
commit 5cc0c0671e
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,8 @@
#include "BLI_math_vector.h"
#include "BLI_rect.h"
#include <cstring>
struct ColormanageProcessor;
struct ImBuf;

View File

@@ -7,6 +7,7 @@
#include "BLI_hash.hh"
#include <pxr/base/tf/token.h>
#include <pxr/usd/sdf/path.h>
#include <pxr/usd/sdf/valueTypeName.h>
namespace blender {