Add include to <memory> (#4887)

This commit is contained in:
Sven-Hendrik Haase 2018-07-03 19:22:52 +02:00 committed by Viktor Oreshkin
parent a8d35b67aa
commit f37f097dec
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include <atomic>
#include <memory>
namespace base {
namespace details {