Skip to content

Commit e813426

Browse files
Add missing include of sstream header
1 parent 1de00cb commit e813426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsyclinterface/source/dpctl_sycl_queue_interface.cpp

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

0 commit comments

Comments
 (0)