OpenSubdiv: Allow use of regular ordered map

This commit is contained in:
Sergey Sharybin 2020-05-19 12:12:48 +02:00
parent ad4cef38e3
commit 16aef5dc4a
1 changed files with 2 additions and 0 deletions

View File

@ -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;