paolo-projects / auto-unlocker

Unlocker for VMWare macOS
GNU General Public License v3.0
3.94k stars 506 forks source link

Update patcher.cpp #78

Closed hadrienlemaire closed 2 years ago

hadrienlemaire commented 2 years ago

I had a compilation error on arch linux. The compiler told me to add this line, I've successfully compiled the program afterward.

I don't understand why I would be alone with this issue and I'm not a C/C++ dev so I might miss something here..

paolo-projects commented 2 years ago

well I guess it depends on your distribution bundled headers. probably the header file was included by some other header in my distro (ubuntu) but not in yours (arch)