Skip to content

Commit 5a09eb6

Browse files
committed
Removing inttypes.h which doesn't exist in VS2012.
1 parent 8478cee commit 5a09eb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Release/src/json/json_serialization.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727

2828
#include "stdafx.h"
2929
#include <stdio.h>
30+
31+
#ifndef _MS_WINDOWS
3032
#include <inttypes.h>
33+
#endif
3134

3235
using namespace web;
3336
using namespace web::json;

0 commit comments

Comments
 (0)