added include which was accidentely removed

This commit is contained in:
Martchus 2016-03-12 16:41:08 +01:00
parent ccd1238b39
commit c1520dc532
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ sha256sums=('SKIP'
'895c62846e6784dcc33171523a452cb474010d3fc9e7c351c27b8add4e9930ab'
'fb04f30b904760d32c4c0b733d0a0b44359855db1fde9e7f5ca7d0b8b1be3e56'
'3186d913a5fb483d2ae568068453e494d52df8f3f23f09d16afbbf916a63e4a4'
'8441bb532296485e5ed736d978c80339246d54540655d40ca3b5f3f30098b616')
'ad347c9732f8897497aa51b8969a0e01cd8cd4ebb9a0e873a2ff47c210f1d46c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
#pkgver() {

View File

@ -8,4 +8,5 @@
#define ANGLE_TRANSLATOR_IMPLEMENTATION
#endif
#include "../compiler/translator/ShaderVars.cpp"
#include "../compiler/translator/ShaderLang.cpp"