Skip to content
Snippets Groups Projects
Commit 8dda519d authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Fix compile issue on Mac

parent 611f83a1
Branches
Tags
No related merge requests found
......@@ -7,7 +7,9 @@
#include <math.h>
#include <time.h>
#include <string.h>
#ifndef __APPLE__
#include <malloc.h>
#endif
#include <sstream>
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment