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:
committed by
GitHub
parent
9bc057e2a6
commit
b0bf18798c
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user