Skip to content

Commit

Permalink
Add missing <type_traits> include
Browse files Browse the repository at this point in the history
  • Loading branch information
poconn authored and poletti-marco committed Feb 3, 2025
1 parent ad1597a commit 0af6ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fruit/impl/meta/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <fruit/impl/fruit-config.h>

#include <memory>
#include <type_traits>

namespace fruit {
namespace impl {
Expand Down

0 comments on commit 0af6ffd

Please sign in to comment.