Skip to content

Commit

Permalink
Merge branch 'develop' into cooking-skill-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 authored Jan 4, 2025
2 parents 96bda4a + af5c34a commit cb8b5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/StringUtility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//

#include "StringUtility.hpp"
#include <cstdint>
#include <cctype>
#include <regex>
#include <locale>
Expand Down
1 change: 1 addition & 0 deletions source/StringUtility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef StringUtility_hpp
#define StringUtility_hpp

#include <cstdint>
#include <string>
#include <vector>
#include <sstream>
Expand Down

0 comments on commit cb8b5a7

Please sign in to comment.