Cleanup: resolve missing-declarations warning

This commit is contained in:
Campbell Barton 2022-12-13 12:21:44 +11:00
parent 485c5abedc
commit 17a20ed7fe
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@
#include "BKE_node_tree_update.h"
#include "BKE_workspace.h"
#include "ED_node.h" /* own include */
#include "ED_node.h" /* own include */
#include "ED_node.hh" /* own include */
#include "ED_screen.h"
#include "ED_select_utils.h"
#include "ED_view3d.h"