Clean up includes

This commit is contained in:
TennesseeTrash 2025-06-08 14:50:26 +02:00
parent d2f35798ac
commit a8d4210cf2
4 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
#ifndef KANIMAJI_ERROR_HPP
#define KANIMAJI_ERROR_HPP
#include <cstddef>
#include <stdexcept>
#include <string_view>
namespace Kanimaji
{