2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-26 17:22:10 +00:00

Add missing <memory> to detail/expression.hpp.

This commit is contained in:
Zach Laine
2016-12-09 22:27:02 -06:00
parent 9c266b0ea6
commit 25398dfbf6

View File

@@ -6,6 +6,7 @@
#include <boost/hana/tuple.hpp>
#include <boost/hana/size.hpp>
#include <memory>
#include <type_traits>