Skip to content

Commit

Permalink
Build fix?
Browse files Browse the repository at this point in the history
Built fine on my machine for some reason.
  • Loading branch information
BowDown097 committed Jan 12, 2025
1 parent 95880be commit e471603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_library(innertube-qt)
set_target_properties(innertube-qt
PROPERTIES
CXX_STANDARD 20
CXX_STANDARD_REQUIRED true)
CXX_STANDARD_REQUIRED ON)

# Compilation options
option(INNERTUBE_GET_STS "Fetch the signature timestamp for playback to avoid rate-limiting for custom player implementations." OFF)
Expand Down
1 change: 1 addition & 0 deletions src/innertube/objects/shelves/richshelf.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "innertube/objects/items/button.h"
#include "innertube/objects/items/menu/menu.h"
#include <QJsonArray>
#include <span>

namespace InnertubeObjects
{
Expand Down

0 comments on commit e471603

Please sign in to comment.