diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-19 00:28:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-19 00:28:34 +0300 |
commit | 708da63009e5917306902e4c41fe2032c227ab06 (patch) | |
tree | 7771eafb349b0ae6090ccf88baaeb4ffa05cdfa4 /plugins/Toaster/src/stdafx.h | |
parent | 79c8ff11ee17dbc4d08523c76cdbb2590097e838 (diff) |
Toaster: fix for Start Menu folder path detection
Diffstat (limited to 'plugins/Toaster/src/stdafx.h')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index 460861ee91..aecd986516 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -5,6 +5,7 @@ #include <wrl/implements.h>
#include <windows.ui.notifications.h>
+#include <ShlObj.h>
#include <ShObjIdl.h>
#include <propvarutil.h>
#include <memory>
|