diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..e486c8ceba --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "files.associations": { + "__config": "cpp", + "__nullptr": "cpp", + "exception": "cpp", + "initializer_list": "cpp", + "new": "cpp", + "stdexcept": "cpp", + "typeinfo": "cpp", + "algorithm": "cpp" + } +} \ No newline at end of file diff --git a/worker/src/RTC/RtpMonitor.cpp b/worker/src/RTC/RtpMonitor.cpp index 68a41c1fe1..d2a64c43f7 100644 --- a/worker/src/RTC/RtpMonitor.cpp +++ b/worker/src/RTC/RtpMonitor.cpp @@ -3,6 +3,8 @@ #include "RTC/RtpMonitor.hpp" #include "Logger.hpp" +#include + namespace RTC {