diff options
| author | levlam <levlam@telegram.org> | 2018-09-10 04:08:15 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-09-10 04:08:15 +0300 |
| commit | fc0cbae579870192bc41f13a87daf29696417355 (patch) | |
| tree | fdcd84f94a5337e2f51d2e0ffc99d3f865055514 /tdutils/td/utils/DecTree.h | |
| parent | a2846362a081bd504b7c8f57e1b698bff1372664 (diff) | |
Fix some includes.
GitOrigin-RevId: 9b36a638202fb8b34e13494efd6b4a48ff7f4845
Diffstat (limited to 'tdutils/td/utils/DecTree.h')
| -rw-r--r-- | tdutils/td/utils/DecTree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdutils/td/utils/DecTree.h b/tdutils/td/utils/DecTree.h index b44f7a0c1..c197f7b5e 100644 --- a/tdutils/td/utils/DecTree.h +++ b/tdutils/td/utils/DecTree.h @@ -7,6 +7,7 @@ #pragma once #include "td/utils/int_types.h" +#include "td/utils/logging.h" #include "td/utils/Random.h" #include <functional> |
