Commit 4241ad73 by Merck Hung

Include <string> for fixing undefined template on Mac.

Change-Id: I4e8a860446bde7f76ea289888bf592d78c59b9c4 Reviewed-on: https://swiftshader-review.googlesource.com/21008Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarMerck Hung <merckhung@google.com>
parent 3d27f2e7
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include "VkGetProcAddress.h" #include "VkGetProcAddress.h"
#include <unordered_map> #include <unordered_map>
#include <string>
namespace vk namespace vk
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment