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/BlenderThumb.cpp')
-rw-r--r--source/blender/blendthumb/src/BlenderThumb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blendthumb/src/BlenderThumb.cpp b/source/blender/blendthumb/src/BlenderThumb.cpp
index be0adffbdfd..939e7bbf67c 100644
--- a/source/blender/blendthumb/src/BlenderThumb.cpp
+++ b/source/blender/blendthumb/src/BlenderThumb.cpp
@@ -14,9 +14,9 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <new>
#include <shlwapi.h>
#include <thumbcache.h> // For IThumbnailProvider.
-#include <new>
#pragma comment(lib, "shlwapi.lib")
@@ -94,9 +94,9 @@ IFACEMETHODIMP CBlendThumb::Initialize(IStream *pStream, DWORD)
return hr;
}
+#include "Wincodec.h"
#include <math.h>
#include <zlib.h>
-#include "Wincodec.h"
const unsigned char gzip_magic[3] = {0x1f, 0x8b, 0x08};
// IThumbnailProvider