Put NOMINMAX just before inclusion of windows.h header

This commit is contained in:
Anonymous Maarten
2020-02-20 22:57:38 +01:00
parent b13ff53c26
commit 83da7c3469
5 changed files with 6 additions and 4 deletions

View File

@@ -29,7 +29,6 @@ SOFTWARE.
#include <indicators/color.hpp>
#include <indicators/details/stream_helper.hpp>
#define NOMINMAX
#include <algorithm>
#include <atomic>
#include <chrono>