Skip to content

Commit

Permalink
fix: don't use deprecated incldue header for stringstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Nov 14, 2024
1 parent 9100f61 commit 6ae87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/video_renderer_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <windows.h>

#include <strstream>
#include <sstream>

struct Decoder {
HANDLE hProcess;
Expand Down

0 comments on commit 6ae87e0

Please sign in to comment.