diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-30 18:06:01 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-30 18:06:01 +0300 |
commit | 966a705e634e3c934f5ac14dce1524714d2b31f0 (patch) | |
tree | 7ba5b5be239b3ff2a4ce44c2fb14e16c004800b1 /plugins/SendScreenshotPlus/src/stdafx.h | |
parent | 5850e4aa99a509df796745e358bb59d9205a37c6 (diff) |
fixes #4563 (SendSS: Crash with Imgur, Image Shack & Upload Pie)
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 9ad3f6478d..e2c570c370 100644 --- a/plugins/SendScreenshotPlus/src/stdafx.h +++ b/plugins/SendScreenshotPlus/src/stdafx.h @@ -40,6 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <UxTheme.h>
#include <map>
+#include <memory>
#include <string>
using namespace std;
|