missing include in imgui_widgets.cpp

This commit is contained in:
milek7
2021-01-31 00:19:04 +01:00
parent 41cda4a889
commit 2376aa6fb0

View File

@@ -49,6 +49,8 @@ Index of this file:
#include <stdint.h> // intptr_t
#endif
#include <algorithm>
// Visual Studio warnings
#ifdef _MSC_VER
#pragma warning (disable: 4127) // condition expression is constant