Skip to content

Commit

Permalink
Add missing include for std::unique_ptr (#68, thanks @im95able)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Jul 8, 2021
1 parent 1323322 commit 0d41cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/span.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

#include <ciso646>
#include <memory> // std::unique_ptr
#include "span-main.t.hpp"

#define DIMENSION_OF( a ) ( sizeof(a) / sizeof(0[a]) )
Expand Down

0 comments on commit 0d41cd6

Please sign in to comment.