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_index_range.h')
-rw-r--r--source/blender/blenlib/BLI_index_range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_index_range.h b/source/blender/blenlib/BLI_index_range.h
index f67cc259227..4553c996454 100644
--- a/source/blender/blenlib/BLI_index_range.h
+++ b/source/blender/blenlib/BLI_index_range.h
@@ -25,8 +25,8 @@
* cases, a separate data structure should be used.
*/
-#include <cmath>
#include <algorithm>
+#include <cmath>
#include <iostream>
#include "BLI_utildefines.h"