Add header file for std::isstype

This function might get defined through other headers, but it was not
being defined with visual studio.
This commit is contained in:
Kenneth Moreland 2018-07-26 16:33:16 -06:00
parent 060b4f469c
commit 49ae7d5e7d

@ -18,6 +18,7 @@
// this software.
//============================================================================
#include <algorithm>
#include <cctype>
#include <fstream>
#include <iostream>
#include <sstream>