mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Problem: vs2010/12 build breaks, exclude atomic & inttypes in msvc pch.
This commit is contained in:
parent
29c8e30fc0
commit
398a5fd454
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user