Skip to content
Snippets Groups Projects
Commit 4595f446 authored by Alaric Senat's avatar Alaric Senat
Browse files

Chapter: Add missing include

Fixes a compilation error on gcc 13.2:

> In file included from ../src/Chapter.h:25,
>                  from ../src/Chapter.cpp:27:
>../include/medialibrary/IChapter.h:42:13: error: 'int64_t' does not name a type
>   42 |     virtual int64_t offset() const = 0;
parent ab4eff6d
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#pragma once
#include <string>
#include <cstdint>
namespace medialibrary
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment