Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tgcalls/DirectConnectionChannel.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef TGCALLS_DIRECT_CONNECTION_CHANNEL_H
#define TGCALLS_DIRECT_CONNECTION_CHANNEL_H

#include <cstdint>
#include <functional>
#include <memory>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions tgcalls/Instance.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef TGCALLS_INSTANCE_H
#define TGCALLS_INSTANCE_H

#include <cstdint>
#include <functional>
#include <vector>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions tgcalls/third-party/json11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "json11.hpp"
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <cstdio>
#include <limits>
Expand Down
1 change: 1 addition & 0 deletions tgcalls/v2/SignalingConnection.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef TGCALLS_SIGNALING_CONNECTION_H_
#define TGCALLS_SIGNALING_CONNECTION_H_

#include <cstdint>
#include <memory>
#include <vector>

Expand Down