0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

MacOS build fixed

This commit is contained in:
Arin Alexander 2018-03-23 01:17:15 +03:00
parent 9219529e0a
commit ddc19ed879

View File

@ -35,7 +35,10 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#ifdef _MSC_VER
#include <malloc.h>
#endif
#include "common.h"
#include "emf.h"