Merge pull request #11 from thtrummer/develop

Add missing include for std::multiplies and std::plus. Thanks to @thtrummer for the patch!
This commit is contained in:
Marshall Clow
2015-05-17 11:55:43 -07:00

View File

@ -8,6 +8,7 @@
*/
#include <iostream>
#include <functional>
#include <boost/config.hpp>
#include <boost/algorithm/algorithm.hpp>