diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-26 00:10:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-26 13:53:30 +0300 |
commit | 35d6f9c1086d84a479bab84f07f8c9dae266f4ca (patch) | |
tree | 632b84779ac9b9ce20b60f99272f4a4c241b0b74 /src/gui/widgets/widget2.h | |
parent | 6e71645ebfd4cf07d86bd913b0002a3a1a33c1a9 (diff) | |
download | plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.gz plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.bz2 plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.tar.xz plus-35d6f9c1086d84a479bab84f07f8c9dae266f4ca.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/widget2.h')
-rw-r--r-- | src/gui/widgets/widget2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/widget2.h b/src/gui/widgets/widget2.h index 32e51d7c3..3367d8924 100644 --- a/src/gui/widgets/widget2.h +++ b/src/gui/widgets/widget2.h @@ -23,6 +23,8 @@ #include "const/gui/theme.h" +#include "enums/render/rendertype.h" + #include "gui/themecolorsidoperators.h" #include "gui/theme.h" |