Skip to content

Commit

Permalink
Fix crash_writer_minidump after switch to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht authored and CoffeeFlux committed Dec 3, 2023
1 parent 82dc163 commit 0e2a14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crash_writer_minidump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@

#include <atomic>
#include <condition_variable>
#include <fstream>
#include <mutex>
#include <thread>

#include <DbgHelp.h>
#include <Windows.h>
#include <DbgHelp.h>

extern EXCEPTION_POINTERS *wxGlobalSEInformation;

Expand Down

0 comments on commit 0e2a14c

Please sign in to comment.