Skip to content

Commit 61a691e

Browse files
committed
I removed the extra additions in CMaleList.txt and added #include "tgbot/types/SuccessfulPayment.h"
1 parent cbe762b commit 61a691e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
cmake_minimum_required(VERSION 3.10.2)
22
project(TgBot)
33

4-
set(CMAKE_TOOLCHAIN_FILE "C:/vcpkg/scripts/buildsystems/vcpkg.cmake")
5-
64
if(POLICY CMP0074)
75
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT variables
86
endif()

include/tgbot/EventBroadcaster.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "tgbot/types/PollAnswer.h"
1313
#include "tgbot/types/ChatMemberUpdated.h"
1414
#include "tgbot/types/ChatJoinRequest.h"
15+
#include "tgbot/types/SuccessfulPayment.h"
1516

1617
#include <functional>
1718
#include <initializer_list>

0 commit comments

Comments
 (0)