Skip to content

Commit

Permalink
Merge pull request #1 from andmdxc/andmdxc-patch-1
Browse files Browse the repository at this point in the history
Add missing include
  • Loading branch information
andmdxc authored Oct 7, 2021
2 parents 7001f6e + 187af36 commit c94d248
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 c94d248

Please sign in to comment.