From 048b4f5f2046a54acb1199eac5ebfd56f51d400b Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Mon, 19 Apr 2021 00:13:33 +0200 Subject: [PATCH] Fix forgotten include. --- utils/profiler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/profiler.h b/utils/profiler.h index aa1bc36..03d8204 100644 --- a/utils/profiler.h +++ b/utils/profiler.h @@ -29,6 +29,7 @@ along with this program. If not, see . #include #include #include +#include enum class ProfileVarFmt { DEC, HEX };