1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 12:52:30 +02:00

* Fixed Windows includes.

This commit is contained in:
Christian Muehlhaeuser
2012-06-24 18:37:19 +02:00
parent 66a74ad6e2
commit 44546763b9
5 changed files with 7 additions and 7 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"