Commit cbbfde6c by Mohan Maiya Committed by Commit Bot

Excplicitly include <string> header in tga_utils.h

Some compiler versions are unable to resolve std::string without including <string> header. Bug: angleproject:4651 Change-Id: Ie2b9d843b55dc46278ed5571d82fa9c413f6b3c9 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2213664 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent ef877fb5
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#define SAMPLE_UTIL_TGA_UTILS_HPP #define SAMPLE_UTIL_TGA_UTILS_HPP
#include <array> #include <array>
#include <string>
#include <vector> #include <vector>
#include "util/gles_loader_autogen.h" #include "util/gles_loader_autogen.h"
......
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