Skip to content

Commit

Permalink
Merge pull request #4 from Jmgr/add-missing-header
Browse files Browse the repository at this point in the history
Add missing cctype header (required for std::tolower)
  • Loading branch information
metayeti authored Feb 22, 2021
2 parents 80cff72 + e389477 commit ea1cbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mini/ini.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
#include <memory>
#include <fstream>
#include <sys/stat.h>
#include <cctype>

namespace mINI
{
Expand Down

0 comments on commit ea1cbd8

Please sign in to comment.