Add missing header and drop duplicate one
In file included from C:/Projects/glslang/glslang/MachineIndependent/glslang.y:59:0:
glslang/MachineIndependent/ParseHelper.h:276:24: error: 'va_list' has not been declared
va_list args);
^~~~~~~
This commit is contained in:
parent
6a60c2f9ea
commit
1bcb254a30
@ -49,8 +49,7 @@
|
|||||||
#include "SymbolTable.h"
|
#include "SymbolTable.h"
|
||||||
#include "localintermediate.h"
|
#include "localintermediate.h"
|
||||||
#include "Scan.h"
|
#include "Scan.h"
|
||||||
#include <functional>
|
#include <cstdarg>
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
namespace glslang {
|
namespace glslang {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user