mirror of https://github.com/jarro2783/cxxopts.git
Add missing header for gcc-15 (#438)
This commit is contained in:
parent
2ad116a9d3
commit
63d1b65a69
|
|
@ -27,6 +27,7 @@ THE SOFTWARE.
|
|||
#ifndef CXXOPTS_HPP_INCLUDED
|
||||
#define CXXOPTS_HPP_INCLUDED
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <exception>
|
||||
|
|
|
|||
Loading…
Reference in New Issue