Skip to content

Commit

Permalink
Add missing <cwctype> header
Browse files Browse the repository at this point in the history
  • Loading branch information
akrieger committed Dec 14, 2024
1 parent eba840f commit 82176f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cwctype>
#include <map>
#include <sstream>
#include <stack>
Expand Down

0 comments on commit 82176f0

Please sign in to comment.