SMoG-Chalmers / PST

PST is a tool for performing space syntax and regular accessibility analyses. It currently consists of two main parts - a C++ and Python library called Pstalgo and a plugin for the desktop application QGIS
GNU Lesser General Public License v3.0
43 stars 7 forks source link

Build error "runtime_error is not a member of std" when compiling on windows in Visual Studio 2022 #5

Open TAVMWB opened 1 year ago

TAVMWB commented 1 year ago

This can be fixed by including <stdexcept> in the relevant files, see https://en.cppreference.com/w/cpp/error/runtime_error