Fixed mingw build

This commit is contained in:
BenDroid 2017-11-23 20:24:04 +01:00
parent 6e84f08e50
commit 2e34175752
5 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,8 @@
*/
#include <sched.h>
#include <stdlib.h>
#include <string.h>
#include <cstring>
#include <string>
#include <sys/resource.h>
#include <uv.h>

View file

@ -22,6 +22,7 @@
*/
#include <string>
#include <inttypes.h>
#include <uv.h>

View file

@ -23,6 +23,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string>
#include <uv.h>
#include "log/Log.h"

View file

@ -23,6 +23,7 @@
#include <syslog.h>
#include <string>
#include "log/SysLog.h"

View file

@ -62,7 +62,6 @@
# endif
#endif
#include <string>
class Version
{