Add missing header for gcc-15 (#438)

This commit is contained in:
pastalian 2024-08-28 20:31:42 +09:00 committed by GitHub
parent 2ad116a9d3
commit 63d1b65a69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ THE SOFTWARE.
#ifndef CXXOPTS_HPP_INCLUDED
#define CXXOPTS_HPP_INCLUDED
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <exception>