1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-10-09 23:57:26 -04:00

remove <limits>

This commit is contained in:
Evan Pezent 2020-06-03 09:06:16 -05:00
parent bf72f342a7
commit 6ea8b45d75

View File

@ -60,7 +60,6 @@ You can read releases logs https://github.com/epezent/implot/releases for more d
#include "implot.h"
#include "imgui_internal.h"
#include <limits>
#ifdef _MSC_VER
#define sprintf sprintf_s