quora / qmf

A fast and scalable C++ library for implicit-feedback matrix factorization models
Apache License 2.0
463 stars 97 forks source link

Fix missing includes #34

Closed david-cortes closed 2 years ago

david-cortes commented 2 years ago

This library is missing some includes and fails to compile with GCC11 and the latest versions of the dependencies. This short PR fixes it.