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/blenlib/BLI_optional.h')
-rw-r--r--source/blender/blenlib/BLI_optional.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_optional.h b/source/blender/blenlib/BLI_optional.h
index 90bded604ea..267c858e0f2 100644
--- a/source/blender/blenlib/BLI_optional.h
+++ b/source/blender/blenlib/BLI_optional.h
@@ -23,8 +23,8 @@
#ifndef __BLI_OPTIONAL_H__
#define __BLI_OPTIONAL_H__
-#include "BLI_utildefines.h"
#include "BLI_memory_utils_cxx.h"
+#include "BLI_utildefines.h"
#include <algorithm>
#include <memory>