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:
-rw-r--r--intern/opensubdiv/internal/base/type.h2
1 files changed, 2 insertions, 0 deletions
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;