Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
Fixes failed build due to unresolved strerror() function
  • Loading branch information
andmdxc authored Oct 7, 2021
1 parent 7001f6e commit 187af36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ctf2ctf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <cstdio>
#include <stdio_ext.h>
#include <csignal>
#include <cstring>

#include <algorithm>
#include <filesystem>
Expand Down

0 comments on commit 187af36

Please sign in to comment.