P4 to Git Change 1241713 by ashi1@ashi1_win50 on 2016/02/29 10:56:25

SWDEV-88670 - Required for upcoming sync of SPIRV translator

	SPIRV.h removed the include from header file, but it is needed.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/frontend_clang.cpp#28 edit
Cette révision appartient à :
foreman
2016-02-29 11:02:36 -05:00
Parent de7e51c26c
révision bf90d5a11c
+1
Voir le fichier
@@ -16,6 +16,7 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SPIRV.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/StringRef.h"
#include <string>