We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe762b commit 61a691eCopy full SHA for 61a691e
2 files changed
CMakeLists.txt
@@ -1,8 +1,6 @@
1
cmake_minimum_required(VERSION 3.10.2)
2
project(TgBot)
3
4
-set(CMAKE_TOOLCHAIN_FILE "C:/vcpkg/scripts/buildsystems/vcpkg.cmake")
5
-
6
if(POLICY CMP0074)
7
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT variables
8
endif()
include/tgbot/EventBroadcaster.h
@@ -12,6 +12,7 @@
12
#include "tgbot/types/PollAnswer.h"
13
#include "tgbot/types/ChatMemberUpdated.h"
14
#include "tgbot/types/ChatJoinRequest.h"
15
+#include "tgbot/types/SuccessfulPayment.h"
16
17
#include <functional>
18
#include <initializer_list>
0 commit comments