Skip to content

Commit 3c26808

Browse files
committed
update.
1 parent d9c0003 commit 3c26808

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

webrtc-sys/src/nvidia/cuda_context.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include <dlfcn.h>
1010
#endif
1111

12+
#include <iostream>
13+
1214
#if defined(WIN32)
1315
static const char CUDA_DYNAMIC_LIBRARY[] = "nvcuda.dll";
1416
#else

webrtc-sys/src/vaapi/vaapi_display_drm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <stdio.h>
55
#include <stdlib.h>
66
#include <unistd.h>
7+
#include <iostream>
78

89
#ifdef IN_LIBVA
910
#include "va/drm/va_drm.h"

0 commit comments

Comments
 (0)