Skip to content

Commit

Permalink
Fix for ranges testing in multi translational units
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Sep 23, 2024
1 parent df8fc07 commit cdd2224
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/general/multiple_translation_units/header_umbrella.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
# include <oneapi/dpl/random>
#endif

#include <oneapi/dpl/ranges>
#if _ENABLE_RANGES_TESTING
# include <oneapi/dpl/ranges>
#endif

#include <oneapi/dpl/ratio>
#include <oneapi/dpl/tuple>
#include <oneapi/dpl/type_traits>
Expand Down

0 comments on commit cdd2224

Please sign in to comment.