Skip to content

Commit 9f4fd4b

Browse files
committed
helpers: Fix incorrect header in media_device.cpp
Swap ostream header to sstream header to fix compilation error. Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent a05dfbf commit 9f4fd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/media_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <fstream>
1515
#include <map>
1616
#include <memory>
17-
#include <ostream>
17+
#include <sstream>
1818
#include <string>
1919
#include <sys/ioctl.h>
2020
#include <vector>

0 commit comments

Comments
 (0)