viaduck/mariadbpp

Missing include in conversion_helper.hpp

netcho opened this issue · 2 comments

The include is missing in conversion_helper.hpp which is required by the use of std::out_of_range

Which include do you mean? It compiles fine using GCC and clang.

When compiling using Visual Studio, you have to include stdexcept . The whole build system assumes the library is being built under UNIX with gcc/clang