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


[ROCm/clr commit: bf90d5a11c]
This commit is contained in:
foreman
2016-02-29 11:02:36 -05:00
rodzic ad5047d830
commit 874820b4b9
@@ -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>