Fix: Compiling EEVEE Test cases

Was introduced when BKE_main got a CPP header file.

Pull Request: https://projects.blender.org/blender/blender/pulls/115743
This commit is contained in:
Jeroen Bakker
2023-12-04 09:55:48 +01:00
parent 19f4f84005
commit 5dbc276eed

View File

@@ -6,7 +6,7 @@
#include "BKE_context.hh"
#include "BKE_idtype.h"
#include "BKE_main.h"
#include "BKE_main.hh"
#include "BKE_node.hh"
#include "BKE_object.hh"