Merge pull request #3236 from lenormf/fix-build-diff

src: Fix the build on Mac
This commit is contained in:
Maxime Coste 2019-12-02 10:06:32 +11:00 committed by GitHub
commit 0749ec9b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
#include "array_view.hh"
#include <algorithm>
#include <functional>
#include <iterator>
#include <memory>