Merge pull request #625 from jbeich/gcc6

Unbreak build on FreeBSD with GCC/libstdc++ 6.2.0
This commit is contained in:
John Kessenich 2016-12-19 13:30:06 -07:00 committed by GitHub
commit 059d46ee45

View File

@ -49,8 +49,7 @@
#include "SymbolTable.h"
#include "localintermediate.h"
#include "Scan.h"
#include <functional>
#include <cstdarg>
#include <functional>
namespace glslang {