Including cinttypes only when supported by compiler
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#if (__cplusplus > 199711L) || (_MSC_VER >= 1700)
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "DebugRoutines.h"
|
#include "DebugRoutines.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user