Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blendthumb/src/Dll.cpp')
-rw-r--r--source/blender/blendthumb/src/Dll.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blendthumb/src/Dll.cpp b/source/blender/blendthumb/src/Dll.cpp
index fec792ebfeb..8a8ae8c9996 100644
--- a/source/blender/blendthumb/src/Dll.cpp
+++ b/source/blender/blendthumb/src/Dll.cpp
@@ -14,11 +14,11 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <new>
#include <objbase.h>
+#include <shlobj.h> // For SHChangeNotify
#include <shlwapi.h>
#include <thumbcache.h> // For IThumbnailProvider.
-#include <shlobj.h> // For SHChangeNotify
-#include <new>
extern HRESULT CBlendThumb_CreateInstance(REFIID riid, void **ppv);