1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Add NOMINMAX on examples.

This commit is contained in:
Matias Fontanini
2015-06-22 21:50:58 -07:00
parent d447009779
commit da3bf12671
2 changed files with 8 additions and 0 deletions

View File

@@ -27,6 +27,10 @@
*
*/
#ifdef _WIN32
#define NOMINMAX
#endif // _WIN32
#include <iostream>
#include <mutex>
#include <chrono>

View File

@@ -27,6 +27,10 @@
*
*/
#ifdef _WIN32
#define NOMINMAX
#endif // _WIN32
#include <iostream>
#include <chrono>
#include <thread>