potentially fix snprintf related build error

This commit is contained in:
Arvid Norberg 2009-06-16 16:21:10 +00:00
parent 8f47ba50f1
commit b8f17f34e3
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <stdio.h> // for snprintf
#ifndef WIN32
#define __STDC_FORMAT_MACROS