houmain / keymapper

A cross-platform context-aware key remapper.
GNU General Public License v3.0
260 stars 22 forks source link

Fixed build error #10

Closed Azarattum closed 2 years ago

Azarattum commented 2 years ago

The project failed to build because of missing <sstream> reference. auto ss = std::stringstream(); introduced in https://github.com/houmain/keymapper/commit/23ad2c7cf254604d145f1d04e777afd73c06f6b1 throwed 'stringstream is undefined' error.

Also added build artefacts to git ignore created during compilation using Microsoft's VS Build Tools in VSCode.