More fix to solaris build, patch by Vladimar Marek
This commit is contained in:
Diego Borghetti
2007-09-06 03:18:07 +00:00
parent f0995e87b5
commit bd7ebb0abc
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
#include "ntl_world.h"
#include "simulation_object.h"
#include <stdlib.h> /* rand(3) */
#include <zlib.h>
#ifndef sqrtf
#define sqrtf sqrt

View File

@@ -10,6 +10,7 @@
#include <iostream>
#include <sstream>
#include <stdlib.h> /* getenv(3), strtol(3) */
#ifdef WIN32
// for timing
#include <windows.h>