Add missing <string> include in D3DConstantTable.h

Issue=379 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1318 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 8d804799
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 0 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 1316 #define BUILD_REVISION 1318
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define LIBGLESV2_D3DCONSTANTTABLE_H_ #define LIBGLESV2_D3DCONSTANTTABLE_H_
#include <vector> #include <vector>
#include <string>
#include "common/angleutils.h" #include "common/angleutils.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