From 50e9c63c07f783de12ec6b339075cd49311bf193 Mon Sep 17 00:00:00 2001 From: zawz Date: Thu, 9 Jul 2020 13:03:32 +0200 Subject: [PATCH] Fix missing char --- src/shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell.cpp b/src/shell.cpp index e60bec6..35e7191 100644 --- a/src/shell.cpp +++ b/src/shell.cpp @@ -1,4 +1,4 @@ -include "shell.hpp" +#include "shell.hpp" #include #include