Merge branch 'cpp-headers'

This commit is contained in:
John Kessenich
2016-08-11 10:00:57 -06:00
28 changed files with 57 additions and 70 deletions

View File

@@ -43,7 +43,7 @@
#include "../glslang/OSDependent/osinclude.h"
#include <stdarg.h>
#include <cstdarg>
#include <algorithm>
namespace glslang {

View File

@@ -38,7 +38,7 @@
// HLSL scanning, leveraging the scanning done by the preprocessor.
//
#include <string.h>
#include <cstring>
#include <unordered_map>
#include <unordered_set>