From 16c51f8f6a30bbf8f517a5a2bb347020aaceb282 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Wed, 8 Jan 2020 20:51:57 -0600
Subject: [PATCH] Changed paths to VISC header files in visc-rt header

---
 hpvm/visc-rt/visc-rt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hpvm/visc-rt/visc-rt.h b/hpvm/visc-rt/visc-rt.h
index 84965135e8..0a6cadebd3 100644
--- a/hpvm/visc-rt/visc-rt.h
+++ b/hpvm/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