Skip to content

Commit

Permalink
Fix msys2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Sep 26, 2023
1 parent 1e210a5 commit 1039d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/string/encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef CPPCOMMON_STRING_ENCODING_H
#define CPPCOMMON_STRING_ENCODING_H

#include <cstdint>
#include <string>

namespace CppCommon {
Expand Down
1 change: 1 addition & 0 deletions include/string/string_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

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

0 comments on commit 1039d2b

Please sign in to comment.