Fix missing header for std::divides.

This commit is contained in:
Neil MacIntosh 2015-10-15 16:48:38 -07:00
parent 7d55c08330
commit 01868f2516

View File

@ -30,6 +30,7 @@
#include <array>
#include <iterator>
#include <algorithm>
#include <functional>
#include "fail_fast.h"
#ifdef _MSC_VER