common: Add missing memory include, fixes Linux build

This commit is contained in:
Joni Räsänen 2022-02-21 10:20:07 +02:00
parent f483cbaa81
commit 819d8acee8
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <string>
#include <vector>
#include <unordered_map>
#include <memory>
namespace uvgrtp {