Skip to content

Commit c7d1e48

Browse files
committed
[BUGFIX] Included missing header
1 parent a8212eb commit c7d1e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpeconv/src/function_resolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "peconv/function_resolver.h"
22

33
#include <iostream>
4-
4+
#include <cctype>
55

66
namespace util {
77
std::string toLowercase(std::string str)

0 commit comments

Comments
 (0)