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:
@@ -49,8 +49,7 @@
|
||||
#include "SymbolTable.h"
|
||||
#include "localintermediate.h"
|
||||
#include "Scan.h"
|
||||
#include <functional>
|
||||
|
||||
#include <cstdarg>
|
||||
#include <functional>
|
||||
|
||||
namespace glslang {
|
||||
|
||||
Reference in New Issue
Block a user