Mercurial > minori
comparison src/gui/dialog/dialog.cc @ 376:5d716acb2774
gui/dialog/dialog: fix win32 build
author | Paper <paper@tflc.us> |
---|---|
date | Fri, 25 Jul 2025 12:28:38 -0400 |
parents | ea3a74ed2ef9 |
children |
comparison
equal
deleted
inserted
replaced
375:abd956418fe9 | 376:5d716acb2774 |
---|---|
1 #include "gui/dialog/dialog.h" | 1 #include "gui/dialog/dialog.h" |
2 #include "gui/widgets/text.h" | 2 #include "gui/widgets/text.h" |
3 #include "core/session.h" | |
3 | 4 |
4 #ifdef WIN32 | 5 #ifdef WIN32 |
5 # include "sys/win32/dark_theme.h" | 6 # include "sys/win32/dark_theme.h" |
6 #endif | 7 #endif |
7 | 8 |