From ec1338fa03a2d90df10a9e696e50022393c51221 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 12 Oct 2023 20:19:20 -0400 Subject: [PATCH] hexpart: Fix compilation error --- parts/hex/hexpart.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parts/hex/hexpart.h b/parts/hex/hexpart.h index b818640..a996b4f 100644 --- a/parts/hex/hexpart.h +++ b/parts/hex/hexpart.h @@ -3,6 +3,8 @@ #pragma once +#include + #include "physis.hpp" #include "qhexview.h"