Added missing #include <memory> (#3392)

Fixes #3390
This commit is contained in:
Aliaksei Chapyzhenka 2022-04-23 12:11:46 -07:00 committed by GitHub
parent 62337bb6ac
commit 2b91d764b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Adrien Le Masle
Ahmed El-Mahmoudy Ahmed El-Mahmoudy
Alex Chadwick Alex Chadwick
Àlex Torregrosa Àlex Torregrosa
Aliaksei Chapyzhenka
Ameya Vikram Singh Ameya Vikram Singh
Andreas Kuster Andreas Kuster
Chris Randall Chris Randall

View File

@ -33,6 +33,7 @@
#include "V3UniqueNames.h" #include "V3UniqueNames.h"
#include <algorithm> #include <algorithm>
#include <memory>
#include <type_traits> #include <type_traits>
//###################################################################### //######################################################################