[thirdparty] Set IMGUI_DEFINE_MATH_OPERATORS (#7899)

This avoids the need to define it early in the include order everywhere else.

Signed-off-by: Jade Turner <spacey-sooty@proton.me>
This commit is contained in:
Jade
2025-04-29 22:44:17 +08:00
committed by GitHub
parent c49fc29046
commit 631521a980
18 changed files with 34 additions and 28 deletions

View File

@@ -22,7 +22,6 @@
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
#endif
#define IMGUI_DEFINE_MATH_OPERATORS
#include <imgui.h>
#include <imgui_stdlib.h>
#include <implot.h>