From 01c1113f817780c3e2cf84e8d6fff0678d2aa08c Mon Sep 17 00:00:00 2001
From: foreman
Date: Tue, 23 Jan 2018 20:03:32 -0500
Subject: [PATCH] P4 to Git Change 1506958 by lmoriche@lmoriche_opencl_dev2 on
2018/01/23 19:55:00
SWDEV-1 - Cleanups required to build with gcc-5.4
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#173 edit
... //depot/stg/opencl/drivers/opencl/appprofiles/brahma/apl.cpp#4 edit
... //depot/stg/opencl/drivers/opencl/appprofiles/brahma/apl.hpp#2 edit
... //depot/stg/opencl/drivers/opencl/appprofiles/brahma/aplexport.cpp#2 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.h#29 edit
---
rocclr/compiler/lib/utils/v0_8/libUtils.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/rocclr/compiler/lib/utils/v0_8/libUtils.h b/rocclr/compiler/lib/utils/v0_8/libUtils.h
index 7e3a85e20f..ebbbfffe90 100644
--- a/rocclr/compiler/lib/utils/v0_8/libUtils.h
+++ b/rocclr/compiler/lib/utils/v0_8/libUtils.h
@@ -9,6 +9,7 @@
#include
#include
#include
+#include
#include "library.hpp"
#include "utils/bif_section_labels.hpp"
#include "utils/options.hpp"