Skip to content

Commit b4d095c

Browse files
committed
fix missing iostream include
1 parent 8bddb11 commit b4d095c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libsyclinterface/helper/source/dpctl_error_handlers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "dpctl_error_handlers.h"
2727
#include "dpctl_service.h"
2828
#include <cstring>
29+
#include <iostream>
2930
#include <sstream>
3031
#ifdef _WIN32
3132
#include <cstdlib>

0 commit comments

Comments
 (0)