OSDN Git Service

Include <string> for fixing undefined template on Mac.
authorMerck Hung <merckhung@google.com>
Thu, 27 Sep 2018 00:14:11 +0000 (09:14 +0900)
committerMerck Hung <merckhung@google.com>
Thu, 27 Sep 2018 02:46:27 +0000 (02:46 +0000)
Change-Id: I4e8a860446bde7f76ea289888bf592d78c59b9c4
Reviewed-on: https://swiftshader-review.googlesource.com/21008
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Merck Hung <merckhung@google.com>
src/Vulkan/VkGetProcAddress.cpp

index ea5f8c8..b7a51cb 100644 (file)
@@ -15,6 +15,7 @@
 #include "VkGetProcAddress.h"
 
 #include <unordered_map>
+#include <string>
 
 namespace vk
 {