Cleanup: Add missing include and forward declaration to DRW header

This commit is contained in:
Hans Goudey
2024-01-15 08:31:19 -05:00
parent f9fbf832f5
commit 34e39c6b53
+3
View File
@@ -8,6 +8,8 @@
#pragma once
#include "DNA_ID.h"
#include "BLI_array.hh"
#include "BLI_sys_types.h" /* for bool and uint */
@@ -15,6 +17,7 @@ struct ARegion;
struct Base;
struct Depsgraph;
struct Object;
struct RegionView3D;
struct View3D;
struct rcti;