Fixed width integer types may not necessarily enumerate all fundamental types on all platforms. This fixes a following compilation error of EICrecon on macOS:
prefix/include/JANA/Services/JParameterManager.h:299:8: error: invalid operands to binary expression ('std::stringstream' (aka 'basic_stringstream<char>') and 'std::__1::vector<unsigned long, std::__1::allocator<unsigned long>>')
ss >> val;
~~ ^ ~~~
Fixed width integer types may not necessarily enumerate all fundamental types on all platforms. This fixes a following compilation error of EICrecon on macOS: