Skip to content

Commit

Permalink
Add <new>, fixes build with Clang (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored Jan 18, 2023
1 parent bfc77f2 commit e88b1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion any.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <type_traits>
#include <stdexcept>
#include <utility>

#include <new>

#if defined(PARTICLE)
#if !defined(__cpp_exceptions) && !defined(ANY_IMPL_NO_EXCEPTIONS) && !defined(ANY_IMPL_EXCEPTIONS)
Expand Down

0 comments on commit e88b1bf

Please sign in to comment.