Skip to content

Commit

Permalink
Add missing cassert
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Jan 19, 2025
1 parent 29dd2f3 commit f8c2c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Compile with g++ -shared -o api.dll api.cpp -Ofast -fPIC -shared
#include <winternl.h>
#include <tlhelp32.h>

#include <cassert>
#include <cstdlib>
#include <fstream>

Expand Down

0 comments on commit f8c2c20

Please sign in to comment.