Add missing header in compositing node code after recent change.
Recent clang compilers do not like types that are not fully defined in the current unit...
This commit is contained in:
committed by
Thomas Dinges
parent
e6aae3926b
commit
e79585f899
@@ -21,6 +21,7 @@
|
||||
#include "NOD_composite.hh" // IWYU pragma: export
|
||||
#include "NOD_socket.hh" // IWYU pragma: export
|
||||
#include "NOD_socket_declarations.hh" // IWYU pragma: export
|
||||
#include "NOD_socket_search_link.hh"
|
||||
|
||||
#define CMP_SCALE_MAX 12000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user