1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-03-25 04:38:23 +00:00

Add include to <memory> ()

This commit is contained in:
Sven-Hendrik Haase 2018-07-03 19:22:52 +02:00 committed by Viktor Oreshkin
parent a8d35b67aa
commit f37f097dec

View File

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