diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-08-12 18:05:59 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-13 00:27:38 -0500 |
commit | eb4902a4558f286b3f26559c217614d075879d53 (patch) | |
tree | 004f986c78b2bd18893ca9af2da2aa820a49b593 /scene/gui | |
parent | a98589a4497bdff15c66a98b6d07241addddae2c (diff) |
Fix some unnecessary includes
Diffstat (limited to 'scene/gui')
-rw-r--r-- | scene/gui/popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/popup.h b/scene/gui/popup.h index 0355405d7c..c7090e7231 100644 --- a/scene/gui/popup.h +++ b/scene/gui/popup.h @@ -35,6 +35,8 @@ #include "core/templates/local_vector.h" +class Panel; + class Popup : public Window { GDCLASS(Popup, Window); |