mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
Fixed Windows compile with MinGW
This commit is contained in:
parent
fae02741d4
commit
6e1de5b5ed
1 changed files with 4 additions and 0 deletions
|
@ -22,7 +22,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#ifdef WINDOWS_SYS
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <cstdint>
|
||||
#endif
|
||||
#include <ctime> // Added for comfort of users of this util header
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue