From d888db66b3bee4275bf2bc4c1a15dd71b21cc800 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 15 Jul 2021 02:15:28 +0100 Subject: [PATCH] Fix unresolving `std::terminate()` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for hexview's current commit: Small blessing − 小吉 --- include/span.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/span.hpp b/include/span.hpp index dae4baa..6db06ca 100644 --- a/include/span.hpp +++ b/include/span.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include