attempt to make it build on windows

This commit is contained in:
Arvid Norberg 2009-07-18 22:19:04 +00:00
parent 7dd86daec8
commit 20d3c46155
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <stdio.h> // for snprintf
#include <stdlib.h> // for _TRUNCATE (windows)
#include <stdarg.h>
#ifndef WIN32
#define __STDC_FORMAT_MACROS