Skip to content

Commit 3a97a5a

Browse files
committed
fix: don't use deprecated incldue header for stringstream
1 parent af9912f commit 3a97a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphics/video_renderer_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <windows.h>
1010

11-
#include <strstream>
11+
#include <sstream>
1212

1313
struct Decoder {
1414
HANDLE hProcess;

0 commit comments

Comments
 (0)