diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:16:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:16:41 +0300 |
commit | 632700c7828d2b9667c8dc8bc3403f910b51e158 (patch) | |
tree | a0eebd39c1a49e9cf51f4fb8425bdf9d3e73fbdb /plugins/SendScreenshotPlus/src/stdafx.h | |
parent | c42f503c8e3c1e6e4a7689b3b3cff17d2722c9ac (diff) |
fixes #5017 (SendSS: UploadPie not working) + some code formatting
Diffstat (limited to 'plugins/SendScreenshotPlus/src/stdafx.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/src/stdafx.h b/plugins/SendScreenshotPlus/src/stdafx.h index e8218b35f9..f56407477d 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -38,6 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <gdiplus.h>
#include <mapi.h>
#include <UxTheme.h>
+#include <io.h>
#include <map>
#include <memory>
|