mirror of
https://github.com/RPCS3/glslang.git
synced 2024-12-04 09:24:04 +00:00
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 "localintermediate.h"
|
||||
#include "Scan.h"
|
||||
#include <functional>
|
||||
|
||||
#include <cstdarg>
|
||||
#include <functional>
|
||||
|
||||
namespace glslang {
|
||||
|
Loading…
Reference in New Issue
Block a user