Skip to content

Commit 166475e

Browse files
committed
Fix missing header in log
1 parent 7384342 commit 166475e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/include/uvgvpcc/log.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include <iomanip>
4040
#include <iostream>
4141
#include <string>
42+
#include <mutex>
4243

4344
#ifndef UVG_LOG_LEVEL
4445
#define UVG_LOG_LEVEL LogLevel::DEBUG

0 commit comments

Comments
 (0)