kiwix / kiwix-desktop

Kiwix for Windows and GNU/Linux desktops
https://download.kiwix.org/release/kiwix-desktop/
GNU General Public License v3.0
747 stars 98 forks source link

Correctly include stdexcept. #1172

Closed mgautierfr closed 1 month ago

mgautierfr commented 1 month ago

std::runtime_error is defined in <stdexcept>. We must correctly include it before using std::runtime_error

Fix the CI (See https://ci.appveyor.com/project/Kiwix/kiwix-build/builds/50304531 for a error log)

kelson42 commented 1 month ago

@veloman-yunkan Can we merge this? We are pretty much under time pressure on this Windows compilation topic.