From b38b98bb7c7d242be8f8c870346a876e9e8a257b Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sat, 14 Nov 2020 15:14:36 -0600 Subject: [PATCH] chore(build): correct include path --- storm/Error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm/Error.cpp b/storm/Error.cpp index 03d9a26..54eb48b 100644 --- a/storm/Error.cpp +++ b/storm/Error.cpp @@ -1,4 +1,4 @@ -#include "Error.hpp" +#include "storm/Error.hpp" #include #include #include