Skip to content

Commit

Permalink
Fix standard library include
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeWeb committed Feb 5, 2024
1 parent 21e0cd9 commit ae1cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memory_coherency_hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <sycl/sycl.hpp>

#include <bits/chrono.h>
#include <chrono>
#include <iostream>
#include <thread>

Expand Down

0 comments on commit ae1cf5b

Please sign in to comment.