Commit 398a5fd4 authored by evoskuil's avatar evoskuil

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

parent 29c8e30f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment