From 2711f074b58e4ab54d45c1b696175808811d4ef8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 16 Jan 2026 00:30:42 +0000 Subject: Tidy thirdparty jam, use -isystem for thirdparty includes Removes the need to disable warnings for imgui includes. --- ui/svgIcon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/svgIcon.h') diff --git a/ui/svgIcon.h b/ui/svgIcon.h index 106f97c..02c1e53 100644 --- a/ui/svgIcon.h +++ b/ui/svgIcon.h @@ -1,9 +1,9 @@ #pragma once #include "glArrays.h" -#include "imgui_wrap.h" #include #include +#include #include class SvgIcon { -- cgit v1.2.3