From 4effc3830788e81801debd12160009b2c65686ab Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Wed, 8 Jan 2020 21:07:13 -0600 Subject: [PATCH] Update paths to included VISC headers in visc-rt header --- hpvm/projects/visc-rt/visc-rt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hpvm/projects/visc-rt/visc-rt.h b/hpvm/projects/visc-rt/visc-rt.h index 84965135e8..0a6cadebd3 100644 --- a/hpvm/projects/visc-rt/visc-rt.h +++ b/hpvm/projects/visc-rt/visc-rt.h @@ -13,8 +13,8 @@ #include <string> //#include <condition_variable> -#include "../include/SupportVISC/VISCHint.h" -#include "../include/SupportVISC/VISCTimer.h" +#include "../../include/SupportVISC/VISCHint.h" +#include "../../include/SupportVISC/VISCTimer.h" #include "device_abstraction.h" #include "policy.h" -- GitLab