From e6be5bd118ced0c40d6c2288decf526f3408b7a8 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 5 Oct 2019 18:15:12 +0200 Subject: [PATCH] svf_jtag.cpp: use double quote for header --- svf_jtag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svf_jtag.cpp b/svf_jtag.cpp index 2ce470d..921bb82 100644 --- a/svf_jtag.cpp +++ b/svf_jtag.cpp @@ -6,7 +6,7 @@ #include "ftdijtag.hpp" -#include +#include "svf_jtag.hpp" using namespace std;