Fix build with g++13

This commit is contained in:
Jan
2023-10-01 10:50:39 +02:00
parent 98528db8aa
commit dd56a57a3e
8 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#include <cstdint>
#include "LoadingException.h"
class InvalidXBlockSizeException final : public LoadingException