Fixed compile on Windows.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4361 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-06-29 19:05:03 +00:00
parent 96ce8e9103
commit e6062f4513
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <time.h>
/**
* #define DEBUG_FILTER 1

View File

@ -27,7 +27,7 @@
#include <sstream>
#include <iomanip>
#include <malloc.h>
/* Bloom Filter implementation */