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/imgui_extras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/imgui_extras.h') diff --git a/ui/imgui_extras.h b/ui/imgui_extras.h index 0babaa3..b27bc17 100644 --- a/ui/imgui_extras.h +++ b/ui/imgui_extras.h @@ -1,4 +1,4 @@ -#include "imgui_wrap.h" +#include namespace IltGui { // NOLINTBEGIN(readability-identifier-naming) -- cgit v1.2.3