mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Fixed Windows compile with MinGW
This commit is contained in:
parent
fae02741d4
commit
6e1de5b5ed
@ -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…
Reference in New Issue
Block a user