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 'intern/memutil/MEM_Allocator.h')
-rw-r--r--intern/memutil/MEM_Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/memutil/MEM_Allocator.h b/intern/memutil/MEM_Allocator.h
index dc7ddcefeeb..50a3e978197 100644
--- a/intern/memutil/MEM_Allocator.h
+++ b/intern/memutil/MEM_Allocator.h
@@ -21,8 +21,8 @@
#ifndef __MEM_ALLOCATOR_H__
#define __MEM_ALLOCATOR_H__
-#include <stddef.h>
#include "guardedalloc/MEM_guardedalloc.h"
+#include <stddef.h>
template<typename _Tp> struct MEM_Allocator {
typedef size_t size_type;