Problem: vs2010/12 build breaks, exclude atomic & inttypes in msvc pch.

This commit is contained in:
evoskuil 2016-05-12 03:06:36 -07:00
parent 29c8e30fc0
commit 398a5fd454

View File

@ -64,6 +64,9 @@
#else
#include <intrin.h>
#endif
#else
#include <atomic>
#include <inttypes.h>
#endif
#include <ctype.h>
#include <errno.h>
@ -99,7 +102,6 @@
#include <ifaddrs.h>
#endif
#include <intrin.h>
#include <inttypes.h>
#include <io.h>
#include <ipexport.h>
#include <iphlpapi.h>
@ -123,7 +125,6 @@
// standard C++ headers
#include <algorithm>
#include <atomic>
#include <climits>
#include <cmath>
#include <cstddef>