potentially fix snprintf related build error
This commit is contained in:
parent
8f47ba50f1
commit
b8f17f34e3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue