summaryrefslogtreecommitdiff
path: root/Externals/implot/implot_isnan_fix.h
blob: 4e89d33d22c3860889ee9cf75d3bcab09efb5d29 (plain)
1
2
3
4
5
#pragma once

#include <cmath>

using std::isnan;