From 961c57b576c4667c6cfb4b5f34caa4f10b42db0e Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Wed, 11 May 2022 13:59:45 +0200 Subject: [PATCH] Add missing include Fixes compilation for GCC 12.1 --- src/Viewer/GraphicsPresets.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Viewer/GraphicsPresets.hxx b/src/Viewer/GraphicsPresets.hxx index a979d1a3d..e1d7693f9 100644 --- a/src/Viewer/GraphicsPresets.hxx +++ b/src/Viewer/GraphicsPresets.hxx @@ -1,5 +1,6 @@ #pragma once +#include #include #include