Commit 1bcb254a by Jan Beich

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); ^~~~~~~
parent 6a60c2f9
......@@ -49,8 +49,7 @@
#include "SymbolTable.h"
#include "localintermediate.h"
#include "Scan.h"
#include <functional>
#include <cstdarg>
#include <functional>
namespace glslang {
......
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