Skip to content

Commit

Permalink
Fix missing include for unique_ptr. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot authored Mar 7, 2023
1 parent 9bc057e commit b0bf187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/run/issue33.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b0bf187

Please sign in to comment.