Skip to content

Commit

Permalink
Add missing header for gcc-15 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastalian committed Aug 28, 2024
1 parent 2ad116a commit 63d1b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cxxopts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ THE SOFTWARE.
#ifndef CXXOPTS_HPP_INCLUDED
#define CXXOPTS_HPP_INCLUDED

#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <exception>
Expand Down

0 comments on commit 63d1b65

Please sign in to comment.