mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Include <cctype> for std::isdigit
Fixes build on VS 2017.
This commit is contained in:
parent
cf502b7e93
commit
b220c2762f
@ -25,6 +25,7 @@
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <stdexcept>
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
#include <fstream>
|
||||
#include <cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user