FIx bug causing std::max to be an error in j3ml QuaternionTests
This commit is contained in:
@@ -2,12 +2,8 @@
|
||||
|
||||
// NT color codes taken from windows.h / consoleapi2.h
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifndef WORD
|
||||
#define WORD short
|
||||
#define WORD unsigned short
|
||||
#endif
|
||||
|
||||
namespace jlog::nt_color_codes
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#define NOMINMAX
|
||||
#include <Windows.h>
|
||||
#include <jlog/jlog.hpp>
|
||||
#include <string>
|
||||
|
||||
|
Reference in New Issue
Block a user