dtoolbase: Add missing includes to pstrtod.cxx

This commit is contained in:
rdb 2024-08-08 21:36:21 +02:00
parent abf0b38705
commit fc1d95ae1d
1 changed files with 3 additions and 0 deletions

View File

@ -16,9 +16,12 @@
#include <ctype.h>
#include <math.h>
#include <limits>
#include <string.h>
#ifdef _WIN32
#define strncasecmp _strnicmp
#else
#include <strings.h>
#endif
/**