Skip to content

Commit

Permalink
rtc::CreateRandomString のヘッダ追記漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Aug 22, 2024
1 parent 51429f2 commit 416ef6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sdl_sample/src/sdl_sample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// Boost
#include <boost/optional/optional.hpp>

// WebRTC
#include <rtc_base/crypto_random.h>

#include "sdl_renderer.h"

#ifdef _WIN32
Expand Down
1 change: 1 addition & 0 deletions test/connect_disconnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <iostream>

// WebRTC
#include <rtc_base/crypto_random.h>
#include <rtc_base/logging.h>

#ifdef _WIN32
Expand Down
1 change: 1 addition & 0 deletions test/e2e.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <iostream>

// WebRTC
#include <rtc_base/crypto_random.h>
#include <rtc_base/logging.h>

#ifdef _WIN32
Expand Down

0 comments on commit 416ef6c

Please sign in to comment.