[Bf-blender-cvs] [2d14313a03e] opensubdiv_compare: OpenSubdiv: Allow use of regular ordered map

Sergey Sharybin noreply at git.blender.org
Tue May 26 11:13:27 CEST 2020


Commit: 2d14313a03ea70f0855228cd077e02f7488b5a7f
Author: Sergey Sharybin
Date:   Tue May 19 12:12:48 2020 +0200
Branches: opensubdiv_compare
https://developer.blender.org/rB2d14313a03ea70f0855228cd077e02f7488b5a7f

OpenSubdiv: Allow use of regular ordered map

===================================================================

M	intern/opensubdiv/internal/base/type.h

===================================================================

diff --git a/intern/opensubdiv/internal/base/type.h b/intern/opensubdiv/internal/base/type.h
index b4d514d1a59..17e941a171d 100644
--- a/intern/opensubdiv/internal/base/type.h
+++ b/intern/opensubdiv/internal/base/type.h
@@ -21,6 +21,7 @@
 
 #include <algorithm>
 #include <cassert>
+#include <map>
 #include <stack>
 #include <string>
 #include <unordered_map>
@@ -30,6 +31,7 @@
 namespace blender {
 namespace opensubdiv {
 
+using std::map;
 using std::pair;
 using std::stack;
 using std::string;



More information about the Bf-blender-cvs mailing list