1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 03:41:27 +02:00

Enable building breakpad on windows

This commit is contained in:
Dominik Schmidt
2011-09-24 01:33:46 +02:00
parent 18d9360ad3
commit e4e9f1bec8
7 changed files with 73 additions and 65 deletions

View File

@@ -30,8 +30,8 @@
#ifndef CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
#define CLIENT_WINDOWS_COMMON_IPC_PROTOCOL_H__
#include <Windows.h>
#include <DbgHelp.h>
#include <windows.h>
#include <dbghelp.h>
#include <string>
#include <utility>
#include "common/windows/string_utils-inl.h"