2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-19 04:22:13 +00:00

Fix missing include for unique_ptr. (#125)

This commit is contained in:
René Ferdinand Rivera Morell
2023-03-07 00:33:06 -06:00
committed by GitHub
parent 9bc057e2a6
commit b0bf18798c

View File

@@ -6,6 +6,7 @@
// Test case for https://github.com/boostorg/pfr/issues/33
#include <iostream>
#include <memory>
#include <vector>
#include <boost/pfr.hpp>
#include <boost/core/lightweight_test.hpp>