Skip to content

Commit be2a526

Browse files
Add missing include to fix build break
1 parent 1462d8c commit be2a526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsyclinterface/source/dpctl_sycl_device_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <Config/dpctl_config.h> /* Config */
3333
#include <iomanip>
3434
#include <iostream>
35+
#include <sstream>
3536
#include <sycl/sycl.hpp> /* SYCL headers */
3637
#include <unordered_map>
3738
#include <utility>

0 commit comments

Comments
 (0)