mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-24 13:45:47 +00:00
More happy build fixing (gcc 4.7 again)
This commit is contained in:
parent
5329a9e6e3
commit
a55cbb64b8
1 changed files with 4 additions and 1 deletions
|
@ -14,9 +14,12 @@
|
|||
// -------------------------
|
||||
|
||||
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
|
||||
namespace minihttp
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue