Commit fa0175c0 by Ben Clayton

Add missing #include <string>

Fixes build failures seen here: https://travis-ci.org/paulthomson/build-swiftshader/jobs/565093397 Change-Id: Ie03b1dbbbbbcc586dc4dfc7eba85e0e225012a16 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/34456Reviewed-by: 's avatarPaul Thomson <paulthomson@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 4c2c8d17
...@@ -16,11 +16,13 @@ ...@@ -16,11 +16,13 @@
#define VK_PIPELINE_CACHE_HPP_ #define VK_PIPELINE_CACHE_HPP_
#include "VkObject.hpp" #include "VkObject.hpp"
#include <cstring> #include <cstring>
#include <functional> #include <functional>
#include <memory>
#include <map> #include <map>
#include <memory>
#include <mutex> #include <mutex>
#include <string>
#include <vector> #include <vector>
namespace sw namespace sw
......
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