From 2ca9eec9fcc1a255874445b245bf0d12eff9e397 Mon Sep 17 00:00:00 2001 From: "Sun, Peng" Date: Mon, 3 Apr 2017 11:06:18 -0500 Subject: [PATCH] Add more include header file for GGL, to make it self-compilable Change-Id: I833cb194784450fb86e7961a7f9fe196ce3c7da5 --- hipamd/include/hip/hcc_detail/grid_launch_GGL.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hipamd/include/hip/hcc_detail/grid_launch_GGL.hpp b/hipamd/include/hip/hcc_detail/grid_launch_GGL.hpp index e2965184f6..4fd7c3ff3a 100644 --- a/hipamd/include/hip/hcc_detail/grid_launch_GGL.hpp +++ b/hipamd/include/hip/hcc_detail/grid_launch_GGL.hpp @@ -28,6 +28,9 @@ THE SOFTWARE. #include "hc.hpp" #include "hip_hcc.h" #include "hip_runtime.h" + +#include +#include #include #include #include