plutil icon indicating copy to clipboard operation
plutil copied to clipboard

Missing include

Open clapas opened this issue 3 years ago • 1 comments

Hello,

I had to add the following in the Libraries/plist/Sources/Format/Encoding.cpp file:

include <cstdlib>

in order to be able to compile the sources. This library provides the abort() function.

Cheers

clapas avatar Oct 19 '21 09:10 clapas

Yup, still an issue when I tried to build it. Thanks @clapas for the fix!

Neverbolt avatar Jan 22 '22 22:01 Neverbolt