From e19bf351dfae70afd57a8fce4ecbeee7039ed920 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 1 May 2020 08:50:33 -0400 Subject: [PATCH] Don't use relative include path The header base path is already in the include set. Change-Id: Id83abaa921d720ae103e3281161b875fcf84493d [ROCm/clr commit: f1de138a618571a32ac5a4fdb6235626e81aa08c] --- projects/clr/hipamd/lpl_ca/lpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/lpl_ca/lpl.hpp b/projects/clr/hipamd/lpl_ca/lpl.hpp index 941f30123a..84a6930753 100644 --- a/projects/clr/hipamd/lpl_ca/lpl.hpp +++ b/projects/clr/hipamd/lpl_ca/lpl.hpp @@ -4,7 +4,7 @@ #include "clara/clara.hpp" #include "pstreams/pstream.h" -#include "../include/hip/hcc_detail/elfio/elfio.hpp" +#include "hip/hcc_detail/elfio/elfio.hpp" #include