woboq / moc-ng

A reimplementation of Qt's moc using libclang. Contains both a drop-in remplacement, and a plugin for the clang compiler.
https://woboq.com/blog/moc-with-clang.html
GNU General Public License v3.0
204 stars 23 forks source link

Fix build with clang 4.0, libstdc++ 6.3 #9

Closed berolinux closed 7 years ago

berolinux commented 7 years ago

Current clang headers no longer #include -- got to #include it ourselves to make use of std::set

Signed-off-by: Bernhard Rosenkränzer bero@lindev.ch

ogoffart commented 7 years ago

Thanks for the patch.