Skip to content

Commit

Permalink
Add include <stdexcept>
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 27, 2024
1 parent 610d88d commit 0899a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dpctl/tensor/libtensor/source/copy_as_contig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <algorithm>
#include <numeric>
#include <stdexcept>
#include <utility>
#include <vector>

Expand Down

0 comments on commit 0899a07

Please sign in to comment.