Skip to content

Commit

Permalink
[BUGFIX] Add missing header include for MinGW (#83)
Browse files Browse the repository at this point in the history
Thank you!
  • Loading branch information
secDre4mer committed May 4, 2021
1 parent d3f9166 commit c6aa5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/strings_util.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "strings_util.h"

#include <algorithm>
#include <cstring>

std::string pesieve::util::to_lowercase(std::string str)
{
Expand Down

0 comments on commit c6aa5ca

Please sign in to comment.