[Bf-blender-cvs] [31ffa76c17b] opensubdiv_compare: OpenSubdiv: Allow use of regular ordered map

Sergey Sharybin noreply at git.blender.org
Mon May 25 15:46:21 CEST 2020


Commit: 31ffa76c17b88bb8f88b086f8acff785aa361560
Author: Sergey Sharybin
Date:   Tue May 19 12:12:48 2020 +0200
Branches: opensubdiv_compare
https://developer.blender.org/rB31ffa76c17b88bb8f88b086f8acff785aa361560

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