fuzziqersoftware / phosg

C++ helpers for some common tasks
18 stars 17 forks source link

Fix issue #4 header dependencies #8

Closed dhirsbrunner closed 3 years ago

dhirsbrunner commented 3 years ago

Hello,

While running make on Gentoo with GCC 10.2.5, I got the same compilation errors as shown in the latest comment on issue #4. I added a couple more #include lines, and then I was able to successfully compile. I'm not sure if this is the best way to fix the issue, but I hope it is helpful.

fuzziqersoftware commented 3 years ago

Thanks for fixing this!

SlawekNowy commented 2 years ago

Please also add include into LRUMap.hh file. That also fixes errors there.

fuzziqersoftware commented 2 years ago

Added them just now.