build: Small ImPlot3D fixes to make it build on all platforms

This commit is contained in:
WerWolv
2024-12-18 20:18:27 +01:00
parent 9ca40d3651
commit 0f53656952
3 changed files with 6 additions and 1 deletions

View File

@@ -51,6 +51,8 @@
#include "implot3d.h"
#include "implot3d_internal.h"
#include <cmath>
#ifndef IMGUI_DISABLE
//-----------------------------------------------------------------------------