mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-07-01 17:28:14 +00:00
Fix a win32 build error by moving a #include out of an #ifndef _WIN32
This commit is contained in:
parent
b857dfec2b
commit
d3b9631f81
|
@ -40,12 +40,13 @@
|
|||
#include <regex.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <sstream>
|
||||
#include <iterator>
|
||||
#endif // _WIN32
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "google_breakpad/common/minidump_exception_linux.h"
|
||||
#include "google_breakpad/processor/call_stack.h"
|
||||
#include "google_breakpad/processor/process_state.h"
|
||||
|
|
Loading…
Reference in a new issue