mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:59:01 +08:00
a685c5b764
* [imgui] update to 1.89.4 * [imguizmo] fix build * [implot] fix build
15 lines
339 B
Diff
15 lines
339 B
Diff
diff --git a/implot.h b/implot.h
|
|
index 997d96f..fb1ff02 100644
|
|
--- a/implot.h
|
|
+++ b/implot.h
|
|
@@ -45,6 +45,9 @@
|
|
// [SECTION] Obsolete API
|
|
|
|
#pragma once
|
|
+#ifndef IMGUI_DEFINE_MATH_OPERATORS
|
|
+#define IMGUI_DEFINE_MATH_OPERATORS
|
|
+#endif
|
|
#include "imgui.h"
|
|
|
|
//-----------------------------------------------------------------------------
|