Skip to content

Commit

Permalink
fix: toupper is not a member of std (#1020)
Browse files Browse the repository at this point in the history
For MSVC 2015
  • Loading branch information
carlocorradini authored Jan 23, 2024
1 parent 0f2afac commit 6d126ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/aeromatic++/types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <iostream>
#include <sstream>
#include <string>
#include <cctype>
#include <stdlib.h>

#include "types.h"
Expand Down

0 comments on commit 6d126ec

Please sign in to comment.